File tree 1 file changed +5
-5
lines changed
docs/3.x.x/getting-started
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Quick start
2
2
3
- This section explains how to handle Strapi for the first time, ([ check out our tutorial video] ( https://www.youtube.com/watch?v=yMl5IcFHA74 ) ).
3
+ This section explains how to handle Strapi for the first time, ([ check out our video tutorial ] ( https://www.youtube.com/watch?v=yMl5IcFHA74 ) ).
4
4
5
5
** Table of contents:**
6
6
- [ 1. Create your first project] ( #_1-create-a-project )
@@ -170,7 +170,7 @@ axios
170
170
171
171
If you want to get a specific entry, add the ` id ` of the wanted post at the end of the url.
172
172
173
- Examble with Axios:
173
+ Example with Axios:
174
174
175
175
``` js
176
176
import axios from ' axios' ;
@@ -194,7 +194,7 @@ axios
194
194
195
195
Use the ` POST ` route to create a new entry.
196
196
197
- Examble with Axios:
197
+ Example with Axios:
198
198
199
199
``` js
200
200
import axios from ' axios' ;
@@ -221,7 +221,7 @@ axios
221
221
222
222
Use the ` PUT ` route to update an existing entry.
223
223
224
- Examble with Axios:
224
+ Example with Axios:
225
225
226
226
``` js
227
227
import axios from ' axios' ;
@@ -250,7 +250,7 @@ axios
250
250
251
251
Use the ` DELETE ` route to delete an existing entry.
252
252
253
- Examble with Axios:
253
+ Example with Axios:
254
254
255
255
``` js
256
256
import axios from ' axios' ;
You can’t perform that action at this time.
0 commit comments