Fixed possible grammatical typo (#681)

Thanks
This commit is contained in:
Arun Kumar 2019-04-04 21:44:10 +05:30 committed by Peter Savchenko
parent 02dbda9722
commit bea4133950

View file

@ -75,7 +75,7 @@ Sorry if we missed something. You can join a [Telegram-chat](//t.me/codex_editor
Editor.js is a Block-Styled editor. Blocks are structural units, of which the Entry is composed.
For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by Plugin.
We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones.
We have [many](http://github.com/editor-js/) ready-to-use Plugins and a [simple API](docs/tools.md) for creating new ones.
So how to use the Editor after [Installation](docs/installation.md).