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}