Skip to content

Commit 2cc88eb

Browse files
committed
963167: Correct the spell check UG documentation
1 parent ac2b624 commit 2cc88eb

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)