diff --git a/docs/concepts/11-typescript.md b/docs/concepts/11-typescript.md index 87af6731c..1662bbb78 100644 --- a/docs/concepts/11-typescript.md +++ b/docs/concepts/11-typescript.md @@ -4,7 +4,6 @@ Slate supports typing of one Slate document model (ie. one set of custom `Editor **Warning:** You must define `CustomTypes` when using TypeScript or Slate will display typing errors. - ## Defining `Editor`, `Element` and `Text` Types To define a custom `Element` or `Text` type, extend the `CustomTypes` interface in the `slate` module like this.