docs: Fix a few typos in the 3rd party client guide (#6656)

This commit is contained in:
François Vaux 2020-06-15 09:58:49 +02:00 committed by GitHub
parent c2243af4b1
commit 273c883eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`