Skip to content

Commit 3168d4b

Browse files
committed
typos
1 parent c976af8 commit 3168d4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/contributing/add-new-language.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,19 @@ You can take a look at the implementation over all clients, [in this pull reques
141141

142142
Every methods of every clients provide a parameter that does not exist in the REST API, called `requestOptions`.
143143

144-
This parameter **must** be the last parameter of a method, and allow a user to override/merge additional `query parameters` or `headers` with the transporter ones.
144+
This parameter MUST be the last parameter of a method, and allow a user to override/merge additional `query parameters` or `headers` with the transporter ones.
145145

146146
### Requesters
147147

148-
The requester needs to be configurable and capable to be overwriten to use a user defined requester.
148+
The requester needs to be configurable and capable to be overwritten to use a user defined requester.
149149
The default requester must be the classic HTTP requester, and it's possible to provide other alternatives like an [Echo Requester](https://github.com/algolia/api-clients-automation/blob/main/clients/algoliasearch-client-javascript/packages/client-common/src/createEchoRequester.ts) that just send the request back.
150150

151151
### Logger
152152

153-
> TODO: informations
153+
> TODO: information
154154
155155
### Generated file banner
156156

157-
The banner **should** be added at the very top of every generated files, to avoid confusion for our user, but also redirect them to the `api-clients-automation` monorepo, where the contribution happens.
157+
The banner SHOULD be added at the very top of every generated files, to avoid confusion for our users, but also redirect them to the `api-clients-automation` monorepo, where the contribution happens.
158158

159159
To do so, a `generationBanner` variable is available on every `mustache` templates, see [the initial implementation](https://github.com/algolia/api-clients-automation/pull/816) for more context.

0 commit comments

Comments
 (0)