-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix some spelling #15342
base: master
Are you sure you want to change the base?
chore: fix some spelling #15342
Conversation
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-15342/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-15342/index.html |
@@ -175,7 +175,7 @@ | |||
</VisualStateGroup> | |||
<!-- Media state visual states --> | |||
<!-- Audio Selection Button visibility states --> | |||
<VisualStateGroup x:Name="AudioSelectionAvailablityStates"> | |||
<VisualStateGroup x:Name="AudioSelectionAvailabilityStates"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While technically valid, it's an error that comes from WinUI, and we should be keeping the same content as from the original file: https://github.com/microsoft/microsoft-ui-xaml/blob/20dcc18d040aae93f3d464cc96b0023783cdcf73/controls/dev/CommonStyles/MediaTransportControls_themeresources.xaml#L167
@@ -1,6 +1,6 @@ | |||
// Copyright (c) Microsoft Corporation. All rights reserved. | |||
// Licensed under the MIT License. See LICENSE in the project root for license information. | |||
// CCOntrol.cpp, Control_Partial.cpp | |||
// Control.cpp, Control_Partial.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not a typo (Only a casing issue, though)
public class AudioSelectionAvailabilityStates | ||
{ | ||
public const string AudioSelectionAvailable = nameof(AudioSelectionAvailable); | ||
public const string AudioSelectionUnavailable = nameof(AudioSelectionUnavailable); | ||
} | ||
public class CCSelectionAvailablityStates | ||
public class CCSelectionAvailabilityStates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is coming from the original sources, let's keep then as is.
Thanks for your contribution! |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days. |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-15342/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-15342/index.html |
fix some spelling in comments