From f7a72a19774fc040b783e9b97d906b9e32c80a5f Mon Sep 17 00:00:00 2001 From: Marton Langa Date: Fri, 29 Nov 2019 18:41:52 +0100 Subject: [PATCH] Fix typo in docs (#3166) --- docs/concepts/01-interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/01-interfaces.md b/docs/concepts/01-interfaces.md index 82edc6189..c082e05a9 100644 --- a/docs/concepts/01-interfaces.md +++ b/docs/concepts/01-interfaces.md @@ -44,7 +44,7 @@ const link = { } ``` -The `type` and `url` properties there are your own custom API. Slate sees that they exist, but it doesn't ever use them for anything. However, when it goes to render an link element you'll receive an object with the custom properties attached, so that you can render it as: +The `type` and `url` properties there are your own custom API. Slate sees that they exist, but it doesn't ever use them for anything. However, when it goes to render a link element you'll receive an object with the custom properties attached, so that you can render it as: ```jsx {element.children}