From ab29ee90cceaa3f7b8c2146da41dad89233af0d4 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 3 Apr 2026 18:38:07 -0700 Subject: [PATCH] Fix description grammar in ResourceDictionary documentation The original had a space-s after the second "extension". Possibly the 's' should be there (IMHO, no), but it definitely should not have had a space before it! --- windows.ui.xaml/resourcedictionary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.ui.xaml/resourcedictionary.md b/windows.ui.xaml/resourcedictionary.md index 8bc470b7f7..7a399f987a 100644 --- a/windows.ui.xaml/resourcedictionary.md +++ b/windows.ui.xaml/resourcedictionary.md @@ -10,7 +10,7 @@ public class ResourceDictionary : Windows.UI.Xaml.DependencyObject, Windows.Foun # Windows.UI.Xaml.ResourceDictionary ## -description -Defines a repository for XAML resources, such as styles, that your app uses. You define the resources in XAML and can then retrieve them in XAML using the [{StaticResource} markup extension](/windows/uwp/xaml-platform/staticresource-markup-extension) and [{ThemeResource} markup extension](/windows/uwp/xaml-platform/themeresource-markup-extension) s. You can also access resources with code, but that is less common. +Defines a repository for XAML resources, such as styles, that your app uses. You define the resources in XAML and can then retrieve them in XAML using the [{StaticResource} markup extension](/windows/uwp/xaml-platform/staticresource-markup-extension) and [{ThemeResource} markup extension](/windows/uwp/xaml-platform/themeresource-markup-extension). You can also access resources with code, but that is less common.