Skip to content

Commit

Permalink
Merge pull request #1325 from ralbear/patch-1
Browse files Browse the repository at this point in the history
Fix text-align extension url
  • Loading branch information
philippkuehn authored May 16, 2021
2 parents 8169eef + a457586 commit 2c48bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docPages/guide/custom-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ const CustomMark = Mark.create({
### Create an extension
Extensions add new capabilities to tiptap and you’ll read the word extension here very often, even for nodes and marks. But there are literal extensions. Those can’t add to the schema (like marks and nodes do), but can add functionality or change the behaviour of the editor.

A good example to learn from is probably [`TextAlign`](/api/extension/text-align).
A good example to learn from is probably [`TextAlign`](/api/extensions/text-align).

```js
import { Extension } from '@tiptap/core'
Expand Down

0 comments on commit 2c48bc0

Please sign in to comment.