From 96a060eefdbd6cad48f5a8e1968b618524848044 Mon Sep 17 00:00:00 2001 From: Priestch Date: Wed, 19 May 2021 00:36:18 +0800 Subject: [PATCH] docs: fix typo (#1339) --- docs/src/docPages/overview/contributing.md | 2 +- packages/core/README.md | 2 +- packages/extension-blockquote/README.md | 2 +- packages/extension-bold/README.md | 2 +- packages/extension-bubble-menu/README.md | 2 +- packages/extension-bullet-list/README.md | 2 +- packages/extension-character-count/README.md | 2 +- packages/extension-code-block-lowlight/README.md | 2 +- packages/extension-code-block/README.md | 2 +- packages/extension-code/README.md | 2 +- packages/extension-collaboration-cursor/README.md | 2 +- packages/extension-collaboration/README.md | 2 +- packages/extension-document/README.md | 2 +- packages/extension-dropcursor/README.md | 2 +- packages/extension-floating-menu/README.md | 2 +- packages/extension-focus/README.md | 2 +- packages/extension-font-family/README.md | 2 +- packages/extension-gapcursor/README.md | 2 +- packages/extension-hard-break/README.md | 2 +- packages/extension-heading/README.md | 2 +- packages/extension-highlight/README.md | 2 +- packages/extension-history/README.md | 2 +- packages/extension-horizontal-rule/README.md | 2 +- packages/extension-image/README.md | 2 +- packages/extension-italic/README.md | 2 +- packages/extension-link/README.md | 2 +- packages/extension-list-item/README.md | 2 +- packages/extension-mention/README.md | 2 +- packages/extension-ordered-list/README.md | 2 +- packages/extension-paragraph/README.md | 2 +- packages/extension-placeholder/README.md | 2 +- packages/extension-strike/README.md | 2 +- packages/extension-table-cell/README.md | 2 +- packages/extension-table-header/README.md | 2 +- packages/extension-table-row/README.md | 2 +- packages/extension-table/README.md | 2 +- packages/extension-task-item/README.md | 2 +- packages/extension-task-list/README.md | 2 +- packages/extension-text-align/README.md | 2 +- packages/extension-text-style/README.md | 2 +- packages/extension-text/README.md | 2 +- packages/extension-typography/README.md | 2 +- packages/extension-underline/README.md | 2 +- packages/html/README.md | 2 +- packages/react/README.md | 2 +- packages/starter-kit/README.md | 2 +- packages/suggestion/README.md | 2 +- packages/vue-2/README.md | 2 +- packages/vue-3/README.md | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/docs/src/docPages/overview/contributing.md b/docs/src/docPages/overview/contributing.md index a9383df3..131c815e 100644 --- a/docs/src/docPages/overview/contributing.md +++ b/docs/src/docPages/overview/contributing.md @@ -16,7 +16,7 @@ tiptap would be nothing without its lively community. Contributions have always Make sure to open an issue and outline your idea first. We’ll get back to you quickly and let you know if there is a chance we can merge your contribution. ## Set up the development environment -It’s not too hard to tinker around with the offical repository. You’ll need [Git](https://github.com/git-guides/install-git), [Node](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable) installed. Here is what you need to do then: +It’s not too hard to tinker around with the official repository. You’ll need [Git](https://github.com/git-guides/install-git), [Node](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable) installed. Here is what you need to do then: 1. Copy the code to your local machine: `$ git clone git@github.com:ueberdosis/tiptap.git` 2. Install dependencies: `$ yarn install` diff --git a/packages/core/README.md b/packages/core/README.md index a29bfae0..28c22bfe 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-blockquote/README.md b/packages/extension-blockquote/README.md index 1cedd28c..26dde07a 100644 --- a/packages/extension-blockquote/README.md +++ b/packages/extension-blockquote/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-bold/README.md b/packages/extension-bold/README.md index 03d2cfba..f66c8eed 100644 --- a/packages/extension-bold/README.md +++ b/packages/extension-bold/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-bubble-menu/README.md b/packages/extension-bubble-menu/README.md index 09e9611a..51090bbc 100644 --- a/packages/extension-bubble-menu/README.md +++ b/packages/extension-bubble-menu/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-bullet-list/README.md b/packages/extension-bullet-list/README.md index 3bd4004b..eab72f36 100644 --- a/packages/extension-bullet-list/README.md +++ b/packages/extension-bullet-list/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-character-count/README.md b/packages/extension-character-count/README.md index aa0e15b5..9086518c 100644 --- a/packages/extension-character-count/README.md +++ b/packages/extension-character-count/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-code-block-lowlight/README.md b/packages/extension-code-block-lowlight/README.md index ea1cbb61..fc79fa8f 100644 --- a/packages/extension-code-block-lowlight/README.md +++ b/packages/extension-code-block-lowlight/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-code-block/README.md b/packages/extension-code-block/README.md index 14816ddd..03dfb64d 100644 --- a/packages/extension-code-block/README.md +++ b/packages/extension-code-block/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-code/README.md b/packages/extension-code/README.md index fb41fa48..676ff2e4 100644 --- a/packages/extension-code/README.md +++ b/packages/extension-code/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-collaboration-cursor/README.md b/packages/extension-collaboration-cursor/README.md index 9a78db0d..e1025d18 100644 --- a/packages/extension-collaboration-cursor/README.md +++ b/packages/extension-collaboration-cursor/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-collaboration/README.md b/packages/extension-collaboration/README.md index fd446db6..cf7b8950 100644 --- a/packages/extension-collaboration/README.md +++ b/packages/extension-collaboration/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-document/README.md b/packages/extension-document/README.md index dc239626..ab0a4711 100644 --- a/packages/extension-document/README.md +++ b/packages/extension-document/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-dropcursor/README.md b/packages/extension-dropcursor/README.md index 0f933c49..9d9235be 100644 --- a/packages/extension-dropcursor/README.md +++ b/packages/extension-dropcursor/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-floating-menu/README.md b/packages/extension-floating-menu/README.md index bd2bc335..7ac60fec 100644 --- a/packages/extension-floating-menu/README.md +++ b/packages/extension-floating-menu/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-focus/README.md b/packages/extension-focus/README.md index d8863df1..c1e03e8e 100644 --- a/packages/extension-focus/README.md +++ b/packages/extension-focus/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-font-family/README.md b/packages/extension-font-family/README.md index d5d8355f..da85e09f 100644 --- a/packages/extension-font-family/README.md +++ b/packages/extension-font-family/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-gapcursor/README.md b/packages/extension-gapcursor/README.md index 778d33f3..44c4d061 100644 --- a/packages/extension-gapcursor/README.md +++ b/packages/extension-gapcursor/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-hard-break/README.md b/packages/extension-hard-break/README.md index 85aae5fc..d556e6d3 100644 --- a/packages/extension-hard-break/README.md +++ b/packages/extension-hard-break/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-heading/README.md b/packages/extension-heading/README.md index 3f0f7a59..3861d8bc 100644 --- a/packages/extension-heading/README.md +++ b/packages/extension-heading/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-highlight/README.md b/packages/extension-highlight/README.md index 3cd42192..1bde3d18 100644 --- a/packages/extension-highlight/README.md +++ b/packages/extension-highlight/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-history/README.md b/packages/extension-history/README.md index 17f29e6c..4daa6ad3 100644 --- a/packages/extension-history/README.md +++ b/packages/extension-history/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-horizontal-rule/README.md b/packages/extension-horizontal-rule/README.md index e6021957..e7d7e7e8 100644 --- a/packages/extension-horizontal-rule/README.md +++ b/packages/extension-horizontal-rule/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-image/README.md b/packages/extension-image/README.md index 8060d221..3dd4150b 100644 --- a/packages/extension-image/README.md +++ b/packages/extension-image/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-italic/README.md b/packages/extension-italic/README.md index aa7cd776..426e8a5c 100644 --- a/packages/extension-italic/README.md +++ b/packages/extension-italic/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-link/README.md b/packages/extension-link/README.md index 6454094e..1940d42f 100644 --- a/packages/extension-link/README.md +++ b/packages/extension-link/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-list-item/README.md b/packages/extension-list-item/README.md index 7085249f..f40aede5 100644 --- a/packages/extension-list-item/README.md +++ b/packages/extension-list-item/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-mention/README.md b/packages/extension-mention/README.md index 4db2bd9f..e3a6a8c6 100644 --- a/packages/extension-mention/README.md +++ b/packages/extension-mention/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-ordered-list/README.md b/packages/extension-ordered-list/README.md index fdbc0e48..a30f358f 100644 --- a/packages/extension-ordered-list/README.md +++ b/packages/extension-ordered-list/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-paragraph/README.md b/packages/extension-paragraph/README.md index 60ee1796..d9c04569 100644 --- a/packages/extension-paragraph/README.md +++ b/packages/extension-paragraph/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-placeholder/README.md b/packages/extension-placeholder/README.md index b1f33f54..dfdac76e 100644 --- a/packages/extension-placeholder/README.md +++ b/packages/extension-placeholder/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-strike/README.md b/packages/extension-strike/README.md index 3afbb66a..20a56d20 100644 --- a/packages/extension-strike/README.md +++ b/packages/extension-strike/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-table-cell/README.md b/packages/extension-table-cell/README.md index 009c9e42..b3b3fe67 100644 --- a/packages/extension-table-cell/README.md +++ b/packages/extension-table-cell/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-table-header/README.md b/packages/extension-table-header/README.md index 287aa4aa..ec2359ef 100644 --- a/packages/extension-table-header/README.md +++ b/packages/extension-table-header/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-table-row/README.md b/packages/extension-table-row/README.md index ae81152c..5a524749 100644 --- a/packages/extension-table-row/README.md +++ b/packages/extension-table-row/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-table/README.md b/packages/extension-table/README.md index 45e91862..92d85f3f 100644 --- a/packages/extension-table/README.md +++ b/packages/extension-table/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-task-item/README.md b/packages/extension-task-item/README.md index da260a13..f24e4769 100644 --- a/packages/extension-task-item/README.md +++ b/packages/extension-task-item/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-task-list/README.md b/packages/extension-task-list/README.md index a26292f3..fa255fe0 100644 --- a/packages/extension-task-list/README.md +++ b/packages/extension-task-list/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-text-align/README.md b/packages/extension-text-align/README.md index 69af95c8..104eb97a 100644 --- a/packages/extension-text-align/README.md +++ b/packages/extension-text-align/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-text-style/README.md b/packages/extension-text-style/README.md index a1bfe552..9710bc39 100644 --- a/packages/extension-text-style/README.md +++ b/packages/extension-text-style/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-text/README.md b/packages/extension-text/README.md index 58f29895..fba88ab4 100644 --- a/packages/extension-text/README.md +++ b/packages/extension-text/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-typography/README.md b/packages/extension-typography/README.md index 6b0b2ec9..86d61319 100644 --- a/packages/extension-typography/README.md +++ b/packages/extension-typography/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/extension-underline/README.md b/packages/extension-underline/README.md index f827a70c..cd2739dc 100644 --- a/packages/extension-underline/README.md +++ b/packages/extension-underline/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/html/README.md b/packages/html/README.md index 42bfbed1..45a5aeba 100644 --- a/packages/html/README.md +++ b/packages/html/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/react/README.md b/packages/react/README.md index 28fac56b..937df4ef 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/starter-kit/README.md b/packages/starter-kit/README.md index f7890f65..28ba3a60 100644 --- a/packages/starter-kit/README.md +++ b/packages/starter-kit/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/suggestion/README.md b/packages/suggestion/README.md index c651ec4a..67105144 100644 --- a/packages/suggestion/README.md +++ b/packages/suggestion/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/vue-2/README.md b/packages/vue-2/README.md index e77df2f4..0b191fac 100644 --- a/packages/vue-2/README.md +++ b/packages/vue-2/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License diff --git a/packages/vue-3/README.md b/packages/vue-3/README.md index 5e40c2d4..e283235d 100644 --- a/packages/vue-3/README.md +++ b/packages/vue-3/README.md @@ -7,7 +7,7 @@ ## Introduction tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. -## Offical Documentation +## Official Documentation Documentation can be found on the [tiptap website](https://tiptap.dev). ## License