Update DocumentationWordOptions.xaml

Update typo on line 251.  Ducument to Document
This commit is contained in:
Liam
2025-01-04 21:36:09 +00:00
committed by GitHub
parent 4deea9a051
commit 7bab923a1f

View File

@@ -248,7 +248,7 @@
<StackPanel Orientation="Horizontal" Margin="0,5,5,0" Grid.Row="24">
<Label Content="Script table style" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Specify the table style to use for scripts. Ducument table style will be use as default" />
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Specify the table style to use for scripts. Document table style will be use as default" />
</StackPanel>
<TextBox Grid.Column='1' Grid.Row='24' Name='txtWordScriptTableStyle' Margin="0,5,5,5"/>
@@ -258,4 +258,4 @@
</StackPanel>
<TextBox Grid.Column='1' Grid.Row='25' Name='txtWordScriptStyle' Margin="0,5,5,5"/>
</Grid>
</Grid>