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.
1 parent ac2b624 commit 2cc88ebCopy full SHA for 2cc88eb
Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor
@@ -1,4 +1,4 @@
1
-@Html.EJS().DocumentEditor("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSpellChecker(true).Render()
+@Html.EJS().DocumentEditor("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSpellCheck(true).Render()
2
3
<script>
4
var documenteditor;
0 commit comments