Skip to content

Commit ba8bdc3

Browse files
authored
Fix typo in AccessibilityColorContrastPage.xaml (#1904)
looks like a cut and paste issue or incomplete edit was committed previously <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Just a typo fix in text displayed within the app. ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> Improves understanding and makes text clearer. ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> manually - it's just UI text. ## Screenshots (if appropriate): Before: <img width="727" alt="image" src="https://github.com/user-attachments/assets/1f4d2938-eda0-4bb0-b6e5-2532cf8e0f8c" /> After: <img width="395" alt="image" src="https://github.com/user-attachments/assets/b7422bd9-2d9f-41d3-9963-69bf593cd7fa" /> ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
1 parent 1f02363 commit ba8bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinUIGallery/Samples/ControlPages/Accessibility/AccessibilityColorContrastPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
.<LineBreak />
4242
<LineBreak />
4343
To ensure optimal accessibility and usability, apps should strive to use high-contrast and easy-to-
44-
read color combinationto for text and its background. Not only will this benefit users with lower
44+
read color combinations for text and its background. Not only will this benefit users with lower
4545
visual acuity, but this will also ensure visibility and legibility under a wide range of lighting
4646
conditions, screens, and device settings.<LineBreak />
4747
<LineBreak />

0 commit comments

Comments
 (0)