We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3ac3a6 + 08e4f49 commit 08780f1Copy full SHA for 08780f1
wpf/RichTextBox/Spell-Check.md
@@ -110,7 +110,7 @@ The following code example demonstrates how to show the spelling pane in SfRichT
110
{% tabs %}
111
{% highlight xaml %}
112
<!-- Binding Button to UI Command that shows the spelling pane -->
113
-<Button Content="Show Spelling Pane" Command="RichTextBoxAdv:SfRichTextBoxAdv. ShowSpellingPaneCommand" CommandTarget="{Binding ElementName=richTextBoxAdv}" />
+<Button Content="Show Spelling Pane" Command="RichTextBoxAdv:SfRichTextBoxAdv.ShowSpellingPaneCommand" CommandTarget="{Binding ElementName=richTextBoxAdv}" />
114
115
116
{% endhighlight %}
0 commit comments