Skip to content

Commit 3fb3841

Browse files
Merge pull request #1502 from syncfusion-content/963167-Correct
963167: Correct the spell check UG documentation
2 parents 9574e7e + 2cc88eb commit 3fb3841

File tree

1 file changed

+1
-1
lines changed
  • Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker

1 file changed

+1
-1
lines changed

Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Html.EJS().DocumentEditor("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSpellChecker(true).Render()
1+
@Html.EJS().DocumentEditor("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSpellCheck(true).Render()
22

33
<script>
44
var documenteditor;

0 commit comments

Comments
 (0)