Skip to content

Commit

Permalink
typo (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadielyakhni committed Jul 7, 2023
1 parent 781cdfa commit c716ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Mark.create({
```

#### Excludes
By default all nodes can be applied at the same time. With the excludes attribute you can define which marks must not coexist with the mark. For example, the inline code mark excludes any other mark (bold, italic, and all others).
By default all marks can be applied at the same time. With the excludes attribute you can define which marks must not coexist with the mark. For example, the inline code mark excludes any other mark (bold, italic, and all others).

```js
Mark.create({
Expand Down

0 comments on commit c716ca1

Please sign in to comment.