Skip to content

Commit f98efa5

Browse files
Merge pull request #6367 from MicrosoftDocs/fix/developer-mode-corrections
Fix: developer-mode-features-and-debugging.md corrections
2 parents ed117f9 + dceb2ed commit f98efa5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

hub/apps/design/accessibility/high-contrast-themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A [**ResourceDictionary.ThemeDictionaries**](/uwp/api/windows.ui.xaml.resourcedi
6969

7070
## Contrast colors
7171

72-
On the *Settings > Ease of access > Contrast themes* page (shown in the following image), users can select from four default contrast themes: **Aquatic**, **Desert**, **Dusk**, and **Night sky**.
72+
On the *Settings > Accessibility > Contrast themes* page (shown in the following image), users can select from four default contrast themes: **Aquatic**, **Desert**, **Dusk**, and **Night sky**.
7373

7474
:::image type="content" border="false" source="images/contrast-theme-settings.png" alt-text="Contrast theme settings.":::
7575

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>

hub/apps/design/layout/responsive-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ op-migration-status: ready
66
ms.date: 09/25/2024
77
ms.topic: article
88
keywords: windows 10, uwp
9-
localizationpriority: medium
9+
ms.localizationpriority: medium
1010
ms.custom: RS5
1111
---
1212
# Responsive design techniques

0 commit comments

Comments
 (0)