mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 02:49:56 +02:00
Fix typos and other minor issues in docs (#3597)
Fixed typos and grammatical errors in the documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Installing Slate
|
||||
|
||||
Slate is a monorepo divided up into multi npm packages, so to install it you do:
|
||||
Slate is a monorepo divided up into multiple npm packages, so to install it you do:
|
||||
|
||||
```
|
||||
yarn add slate slate-react
|
||||
@@ -123,4 +123,4 @@ const App = () => {
|
||||
|
||||
There you have it!
|
||||
|
||||
That's the most basic example of Slate. If you render that onto the page, you should see a paragraph with the text `A line of text in a paragraph.`. And when you type, you should see the text change!
|
||||
That's the most basic example of Slate. If you render that onto the page, you should see a paragraph with the text `A line of text in a paragraph.` And when you type, you should see the text change!
|
||||
|
Reference in New Issue
Block a user