Skip to content

Commit 1a78a97

Browse files
Fix issues in navigation-basics.md
- Fix typo in alt text: 'fo navigation' -> 'for navigation' - Fix grammar: 'let\'s them' -> 'lets them' - Fix factual error: BreadcrumbBar implements breadcrumb navigation pattern, not top navigation pattern - Fix typo in alt text: 'Iterm enumeration' -> 'Item enumeration' Co-authored-by: Copilot <[email protected]>
1 parent da43c6b commit 1a78a97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hub/apps/design/basics/navigation-basics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Don't overwhelm users with many navigation options.
7777

7878
Clear paths allow for logical navigation for users. Making navigation options obvious and clarifying relationships between pages should prevent users from getting lost.
7979

80-
![Screenshot of a mock-up of an application showing clear paths fo navigation for a user.](images/nav/clarity-image.svg)
80+
![Screenshot of a mock-up of an application showing clear paths for navigation for a user.](images/nav/clarity-image.svg)
8181

8282
> *Destinations are clearly labeled so users know where they are.*
8383
@@ -86,7 +86,7 @@ Clear paths allow for logical navigation for users. Making navigation options ob
8686
Now, let's take our design principles--consistency, simplicity, and clarity--and use them to come up with some general recommendations.
8787

8888
- Think about your users. Trace out typical paths they might take through your app, and for each page, think about why the user is there and where they might want to go.
89-
- Avoid deep navigation hierarchies. If you go beyond two levels of navigation, provide a [breadcrumb bar](../controls/breadcrumbbar.md) that shows the user where they are and let's them quickly get back out. Otherwise, you risk stranding your user in a deep hierarchy that they will have difficulty leaving.
89+
- Avoid deep navigation hierarchies. If you go beyond two levels of navigation, provide a [breadcrumb bar](../controls/breadcrumbbar.md) that shows the user where they are and lets them quickly get back out. Otherwise, you risk stranding your user in a deep hierarchy that they will have difficulty leaving.
9090
- Avoid "pogo-sticking." Pogo-sticking occurs when there is related content, but navigating to it requires the user to go up a level and then down again.
9191

9292
## Use the right structure
@@ -204,7 +204,7 @@ Use tabs when:
204204
:::column span="2":::
205205
[**Breadcrumb**](../controls/breadcrumbbar.md)
206206

207-
Displays a horizontal list of links to pages at each of the higher levels. The [BreadcrumbBar](../controls/breadcrumbbar.md) control implements the top navigation pattern.
207+
Displays a horizontal list of links to pages at each of the higher levels. The [BreadcrumbBar](../controls/breadcrumbbar.md) control implements the breadcrumb navigation pattern.
208208

209209
Use a breadcrumb when:
210210

@@ -303,7 +303,7 @@ If you choose to provide your own back stack navigation, the experience should b
303303
<p>The app displays content for an on-screen item, such as the details for the selected item in list/details list.</p></td>
304304
<td><strong>No</strong>
305305
<p>Enumerating items is similar to navigating within a peer group. When the user presses back, navigate to the page that preceded the current page that has the item enumeration.</p>
306-
<p><img src="images/back-nav/nav-enumerate.png" alt="Iterm enumeration" /></p></td>
306+
<p><img src="images/back-nav/nav-enumerate.png" alt="Item enumeration" /></p></td>
307307
</tr>
308308
</tbody>
309309
</table>

0 commit comments

Comments
 (0)