Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ba7bf3

Browse files
authored
fix: spelling mistakes
please proof read before publishing :)
1 parent 2f31a0c commit 0ba7bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/tutorials/contribute-api.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Go back to the "API" tab and click on the file `openapi > components > paths > a
5959

6060
![](/assets/img/tutorials/contribute-api/avatars_spec.png)
6161

62-
All of the contact info, license and globla properties is empty. This is because "avatars" section is only a small part of the overall API. In an effort to make it more manageable, it has been split up into several smaller parts, and is afterwards combined with a bundler tool.
62+
All of the contact info, license and global properties is empty. This is because "avatars" section is only a small part of the overall API. In an effort to make it more manageable, it has been split up into several smaller parts, and is afterwards combined with a bundler tool.
6363

6464
The research by waterflame concluded that the `/selectFallback` endpoint has the same inputs and outputs as the existing `/select` endpoint. We will therefore proceed with clicking the `</> Code` button top-right to switch into text mode, and then select the `/avatars/{avatarsId}/select` endpoint in the lower left corner. This will show most of the endpoint in blue:
6565

@@ -130,10 +130,10 @@ npm install -g http-server
130130
http-server dist/ --cors
131131
```
132132

133-
Your version of the specification is now available at `http://localhost:8080/openapi.yaml`. Switch VSCode window to the website projec,t and modify the `spec-url` URL at the top of the `layouts/docs/single.html` file to point to this file instead.
133+
Your version of the specification is now available at `http://localhost:8080/openapi.yaml`. Switch VSCode window to the website project and modify the `spec-url` URL at the top of the `layouts/docs/single.html` file to point to this file instead.
134134

135135
(Note: The API Docs will not automatically reload if you rebundle the API spec.)
136136

137137
![](/assets/img/tutorials/contribute-api/result.png)
138138

139-
## 🎉
139+
## 🎉

0 commit comments

Comments
 (0)