From cd07f2f61b6d14627ab6ae7bb80473740c84a077 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Tue, 30 Mar 2021 14:51:04 -0700 Subject: [PATCH] docs: Fix lint prettier issue --- docs/concepts/11-typescript.md | 1 - 1 file changed, 1 deletion(-) 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.