Skip to content

Commit 41055e3

Browse files
[update] typos
1 parent 50fa416 commit 41055e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/api/config/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const defaultToolbarButtons = {
168168
~~~
169169

170170
:::tip
171-
You can import default toolbar controls as follow:
171+
You can import default toolbar controls as follows:
172172

173173
```jsx
174174
richtext.defaultToolbarButtons

docs/news/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const wordCount = content.split(/\s+/).length;
3030

3131
### - `toolbarBlocks`[`toolbar`](api/config/toolbar.md)
3232

33-
Before **2.0**, users was able to specify only blocks with controls
33+
Before **2.0**, users were able to specify only blocks with controls
3434
```jsx{2} title="Before 2.0"
3535
new dhx.RichText("#root", {
3636
toolbarBlocks: ["undo", "style", "decoration", "colors", "align", "link"]
@@ -49,7 +49,7 @@ new richtext.Richtext("#root", {
4949

5050
### - [`defaultStyles`](api/config/default-styles.md)
5151

52-
Before **2.0**, users was able to define default values for toolbar selection controls
52+
Before **2.0**, users were able to define default values for toolbar selection controls
5353
```jsx title="Before 2.0"
5454
defaultStyles: {
5555
"font-family": "Tahoma",

0 commit comments

Comments
 (0)