Skip to content

Commit 08780f1

Browse files
Merge pull request syncfusion-content#893 from Syncfusion-Content/hotfix/hotfix-v23.1.36
DOCINFRA-2341_merged_using_automation
2 parents b3ac3a6 + 08e4f49 commit 08780f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpf/RichTextBox/Spell-Check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following code example demonstrates how to show the spelling pane in SfRichT
110110
{% tabs %}
111111
{% highlight xaml %}
112112
<!-- Binding Button to UI Command that shows the spelling pane -->
113-
<Button Content="Show Spelling Pane" Command="RichTextBoxAdv:SfRichTextBoxAdv. ShowSpellingPaneCommand" CommandTarget="{Binding ElementName=richTextBoxAdv}" />
113+
<Button Content="Show Spelling Pane" Command="RichTextBoxAdv:SfRichTextBoxAdv.ShowSpellingPaneCommand" CommandTarget="{Binding ElementName=richTextBoxAdv}" />
114114

115115

116116
{% endhighlight %}

0 commit comments

Comments
 (0)