Skip to content

Commit

Permalink
Merge pull request #3295 from ndNovaDev/patch-2
Browse files Browse the repository at this point in the history
fix extension.md
  • Loading branch information
jhchen authored Feb 27, 2021
2 parents 1f0530a + f19a427 commit 267d1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var Link = Quill.import('formats/link');

### register

Registers a module, theme, or format(s), making them available to be added to an editor. Can later be retrieved with [`Quill.import`](/docs/api/#import). Use the path prefix of `'formats/'`, `'modules/'`, or `'themes/'` for registering formats, modules or themes, respectively. For formats specifically there is a shortand to just pass in the format directly and the path will be autogenerated. Will overwrite existing definitions with the same path.
Registers a module, theme, or format(s), making them available to be added to an editor. Can later be retrieved with [`Quill.import`](/docs/api/#import). Use the path prefix of `'formats/'`, `'modules/'`, or `'themes/'` for registering formats, modules or themes, respectively. For formats specifically there is a shorthand to just pass in the format directly and the path will be autogenerated. Will overwrite existing definitions with the same path.

**Methods**

Expand Down

0 comments on commit 267d1d3

Please sign in to comment.