Skip to content

Commit adfb7b4

Browse files
fix typo
1 parent 42996b9 commit adfb7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ assert(textarea.value == '_Hello_ world!');
2929

3030
For an example with a UI, see the `example` folder.
3131

32-
All default commands are exposed via `TextareaEditor.commands`, so you can modify to fit your application (e.g. adding a UI for browsing images).
32+
All default commands are exposed via `TextareaEditor.commands`, and can easily be modified to fit your application (e.g. adding a UI for browsing images).
3333

3434
You can also execute custom commands directly:
3535

@@ -38,7 +38,7 @@ editor.format({ prefix: '#{', suffix: '}' });
3838
assert(textarea.value == '#{Hello world!}');
3939
```
4040

41-
For examples of commands, check out the source code.
41+
For example commands, check out the source code.
4242

4343
## License
4444

0 commit comments

Comments
 (0)