Skip to content

Commit 940b80a

Browse files
author
Pavlo Kulyk
committed
fix: correct spelling of "Images" in RichEditor and Markdown documentation
1 parent 03779fd commit 940b80a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

adminforth/documentation/docs/tutorial/07-Plugins/04-RichEditor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, install the plugin:
1212
npm i @adminforth/rich-editor --save
1313
```
1414

15-
Import plugin:
15+
import plugin:
1616

1717
```ts title="./resources/apartments.ts"
1818
import RichEditorPlugin from "@adminforth/rich-editor";
@@ -145,7 +145,7 @@ To get completion suggestions for the text in the editor, you can use the `compl
145145

146146
![alt text](gptDemo.gif)
147147

148-
### Imges in Rich editor
148+
### Images in Rich editor
149149

150150
First, you need to create resource for images:
151151
```prisma title="schema.prisma"

adminforth/documentation/docs/tutorial/07-Plugins/14-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here is how it looks in show view:
3737
![alt text](markdown-show1.png)
3838
![alt text](markdown-show2.png)
3939

40-
### Imges in Markdown
40+
### Images in Markdown
4141

4242
First, you need to create resource for images:
4343
```prisma title="schema.prisma"

0 commit comments

Comments
 (0)