Commit ba8bdc3
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- WinUIGallery/Samples/ControlPages/Accessibility
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments