Skip to content

Commit 2225327

Browse files
authored
docs: Update authentication.md (#863)
Fixed typos in docs
1 parent b32ad4a commit 2225327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ app_user_client = Client(app_user_auth)
182182
### Client Credentials Grant
183183

184184
Allows you to obtain an access token by having client credentials and secret with enterprise or user ID,
185-
which allows you to work using service or user account.
185+
which allows you to work using a service or user account.
186186

187187
You can use `CCGAuth` to initialize a client object the same way as for other authentication types:
188188

@@ -197,7 +197,7 @@ client = Client(auth)
197197
print(f'Id of the authenticated user is: {client.user().get().id}')
198198
```
199199

200-
Obtained token is valid for specified ammount of time, it will be refreshed automatically by default.
200+
Obtained token is valid for specified amount of time, it will be refreshed automatically by default.
201201

202202
#### Obtaining Service Account token
203203

@@ -216,7 +216,7 @@ auth = CCGAuth(
216216
)
217217
```
218218

219-
Remember that you can still make calls on behalf of managed users, which are part of your etnerprise, by using
219+
Remember that you can still make calls on behalf of managed users, which are part of your enterprise, by using
220220
[As-User](#as-user) bahaviour.
221221

222222
#### Obtaining User token

0 commit comments

Comments
 (0)