Skip to content

Commit

Permalink
docs: fix typo (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnyroeller committed Jul 30, 2020
1 parent a404f5a commit 0d15e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const doSomething = (something: string) => {
When creating your own extension or preset you can follow these steps.
1. Copy `support/templates/extension-template` to `package/@remirror/extension-<name>`.
1. Copy `support/templates/extension-template` to `packages/@remirror/extension-<name>`.
2. Rename `template`, `Template` and `TEMPLATE` in the new package to `<name>`, `<Name>` and
`<NAME>`.
3. Replace `TEMPLATE_DESCRIPTION` with a suitable description.
Expand Down
2 changes: 1 addition & 1 deletion support/templates/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ paste it into the relevant packages folder.

When creating your own extension or preset you can follow these steps.

1. Copy `support/templates/extension-template` to `package/@remirror/extension-<name>`.
1. Copy `support/templates/extension-template` to `packages/@remirror/extension-<name>`.
2. Rename `template`, `Template` and `TEMPLATE` in the new package to `<name>`, `<Name>` and
`<NAME>`.
3. Replace `TEMPLATE_DESCRIPTION` with a suitable description.
Expand Down

1 comment on commit 0d15e1e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://5f22fe67adee122c6b587991--remirror.netlify.app

Please sign in to comment.