diff --git a/Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor b/Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor index db65ccba2..a55c2f7db 100644 --- a/Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor +++ b/Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor @@ -1,4 +1,4 @@ -@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()