Skip to content

Commit da96e7e

Browse files
committed
Docs: minor language fixes. [short flow]
1 parent 7b1b366 commit da96e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/server-side-editor-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The remote script REST API endpoint allows you to execute any JavaScript code th
1717

1818
While CKEditor 5 provides a rich client-side editing experience, there are many scenarios where server-side content processing is essential:
1919

20-
* **Automation**: Run content processing tasks as part of your back-end workflows.
20+
* **Automation**: Run content processing tasks as part of your backend workflows.
2121
* **Scalability**: Process multiple documents simultaneously without client-side limitations.
2222
* **Security**: Process sensitive content in a controlled environment without exposing it to client-side manipulation.
2323
* **Performance**: Handle large-scale content operations without impacting the user's browser.
@@ -129,7 +129,7 @@ editor.model.change( writer => {
129129
} );
130130
```
131131

132-
This approach is particularly when you have to modify the document data in a very specific way, and the generic, high-level API cannot cover it.
132+
This approach is particularly useful when you have to modify the document data in some specific way, and the generic, high-level API cannot cover it.
133133

134134
To learn more about working with the editor engine, see the {@link framework/architecture/editing-engine Editing engine} guide.
135135

0 commit comments

Comments
 (0)