Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Removed duplicate "the"
  • Loading branch information
mischa-hildebrand authored Jul 18, 2022
1 parent 0c43e49 commit a06a63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorial/tutorial-query-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Build and run the application. After the query completes, a list of launch sites

<img src="images/list_sites_success.png" alt="List of launch sites" class="screenshot" width="300"/>

However, if you attempt to tap one of the rows, the app displays the detail with the the placeholder text you can see in the storyboard, instead of any actual information about the launch:
However, if you attempt to tap one of the rows, the app displays the detail view controller with the placeholder text you can see in the storyboard, instead of any actual information about the launch:


<img src="images/stock_detail_view.png" alt="Placeholder detail content" class="screenshot" width="300"/>
Expand Down Expand Up @@ -297,4 +297,4 @@ Build and run the application, and you will see all the information for current

If you scroll down, you'll see the list includes only about 20 launches. This is because the list of launches is **paginated**, and you've only fetched the first page.

Now it's time to learn [how to use a cursor-based loading system to load the entire list of launches](./tutorial-pagination/).
Now it's time to learn [how to use a cursor-based loading system to load the entire list of launches](./tutorial-pagination/).

0 comments on commit a06a63a

Please sign in to comment.