Skip to content

Commit

Permalink
Fix typo (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone authored Aug 8, 2021
1 parent 6a5871d commit 0c6b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docPages/guide/node-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Yes, node views can have editable text, just like a regular node. That’s simpl
That’s how the [`TaskItem`](/api/nodes/task-item) node works.

### Non-editable text
Nodes can also have text, which is not edtiable. The cursor can’t jump into those, but you don’t want that anyway.
Nodes can also have text, which is not editable. The cursor can’t jump into those, but you don’t want that anyway.

tiptap adds a `contenteditable="false"` to those by default.

Expand Down

0 comments on commit 0c6b04f

Please sign in to comment.