Skip to content

Commit 62d0320

Browse files
Minor improvements for SSE API docs.
1 parent 03e75bb commit 62d0320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For information about setting up and using the endpoint itself, see the [link Cl
5555

5656
#### Getting editor data
5757

58-
The most basic action you can perform is getting the editor's data.
58+
The most basic action you can perform is getting the editor data.
5959
```js
6060
// Get the editor data.
6161
const data = editor.getData();

0 commit comments

Comments
 (0)