Skip to content

Commit 264b4f0

Browse files
authored
Grammatical fixes to App.xaml (#3468)
Reformatted comment lines to adhere to correct English grammar: - Included some colons - Changed 'setup' (a noun) to 'set up' (a verb) - 'built-in' is hyphenated - 'as well' is not needed when existing sentence has the word 'also'
1 parent 970acf3 commit 264b4f0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

MainDemo.Wpf/App.xaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="MaterialDesignDemo.App"
1+
<Application x:Class="MaterialDesignDemo.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:avalonEdit="http://icsharpcode.net/sharpdevelop/avalonedit"
@@ -11,24 +11,24 @@
1111
<Application.Resources>
1212
<ResourceDictionary>
1313
<ResourceDictionary.MergedDictionaries>
14-
<!-- This is the current way to setup your app's initial theme -->
14+
<!-- This is the current way to set up your app's initial theme -->
1515
<materialDesign:BundledTheme BaseTheme="Inherit"
1616
ColorAdjustment="{materialDesign:ColorAdjustment}"
1717
PrimaryColor="DeepPurple"
1818
SecondaryColor="Lime" />
1919

20-
<!-- If you would prefer to use your own colors there is an option for that as well -->
20+
<!-- If you would prefer to use your own colors, there is an option for that as well: -->
2121
<!--<materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="Aqua" SecondaryColor="DarkGreen" />-->
2222

23-
<!-- You can also use the built in theme dictionaries as well -->
23+
<!-- You can also use the built-in theme dictionaries: -->
2424
<!--
2525
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" />
2626
<ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.DeepPurple.xaml" />
2727
<ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Secondary/MaterialDesignColor.Lime.xaml" />
2828
-->
2929

3030

31-
<!-- NB: For anyone migrating and not wanting to update your brushes you will want this resource dictionary for old brush names -->
31+
<!-- NB: If you're migrating and not wanting to update your brushes, you will want this resource dictionary for the old brush names: -->
3232
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.ObsoleteBrushes.xaml" />
3333

3434
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign2.Defaults.xaml" />
@@ -132,5 +132,3 @@
132132
</ResourceDictionary>
133133
</Application.Resources>
134134
</Application>
135-
136-

0 commit comments

Comments
 (0)