1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Fix a few issues with the documentation (#3679)

* Fix a few issues with the documentation

* Add Kitemaker to the list of sites using Slate
This commit is contained in:
Kevin Simons
2020-05-13 17:56:24 +02:00
committed by GitHub
parent aabb9b50bd
commit 3c80c3e88b
5 changed files with 5 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ const Leaf = props => {
Pretty familiar, right?
And now, let's tell Slate about that leaf. To do that, we'll pass in the `renderLeaf` prop to our editor. Also, let's allow our formatting to be toggled by adding active-checking logic.
And now, let's tell Slate about that leaf. To do that, we'll pass in the `renderLeaf` prop to our editor.
```jsx
const App = () => {