mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +00:00
docs: Fix a few typos in the 3rd party client guide (#6656)
This commit is contained in:
parent
c2243af4b1
commit
273c883eed
@ -8,7 +8,7 @@ This guide could also be used to setup an Axios client instance.
|
||||
|
||||
## Installation
|
||||
|
||||
First you will have to install the client package in your application by running one of the following command.
|
||||
First you will have to install the client package in your application by running one of the following commands:
|
||||
|
||||
:::: tabs
|
||||
|
||||
@ -26,7 +26,7 @@ First you will have to install the client package in your application by running
|
||||
|
||||
To init the client, we will use the [hooks system](../concepts/hooks.md). Hooks let you add new features in your Strapi application.
|
||||
|
||||
Hooks are loaded one time, at the server start.
|
||||
Hooks are loaded once at server start.
|
||||
|
||||
Lets create our GitHub hook.
|
||||
|
||||
@ -107,7 +107,7 @@ And here it is.
|
||||
|
||||
You can now use `strapi.services.github` everywhere in your code to use the GitHub client.
|
||||
|
||||
To simply test if it works, lets update the `bootstrap.js` function to log your GitHub profile.
|
||||
To simply test if it works, let's update the `bootstrap.js` function to log your GitHub profile.
|
||||
|
||||
**Path —** `./config/functions/bootstrap.js`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user