Skip to content

Commit 2b10169

Browse files
authored
docs: update editor.editable to editor.isEditable (#1941)
1 parent 73860ea commit 2b10169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/reference/editor/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The BlockNote editor API is a comprehensive set of functions and methods that al
1010

1111
## Editable
1212

13-
The editor is editable by default, but you can make it read-only by setting the `editable` property to `false`.
13+
The editor is editable by default, but you can make it read-only by setting the `isEditable` property to `false`.
1414

1515
```ts
16-
editor.editable = false;
16+
editor.isEditable = false;
1717
```
1818

1919
## Focus

0 commit comments

Comments
 (0)