From 2cc88eb6ae0e20353ed2ad50bdefe77965e1c28b Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Mon, 6 Oct 2025 08:56:49 +0530 Subject: [PATCH 1/8] 963167: Correct the spell check UG documentation --- .../document-editor/asp-net-mvc/spell-checker/razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()