Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 5, 2023
1 parent 33c0996 commit 3d04fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ echo -n '{"gtid":"g-7b7c46fb05","server":"http://localhost:6789/v1"}' | base64

If no server is specified, the client will default to `https://api.goodtok.io/v1`.

A Customer token is a [JSON Web Token](https://jwt.io/) with necessay claims to authenticate the user and connect to the signaling server. Here is an example of the claims for a Customer token:
A customer token is a [JSON Web Token](https://jwt.io/) with necessay claims to authenticate the user and connect to the signaling server. Here is an example of the claims for a customer token:

```json
{
Expand All @@ -145,9 +145,9 @@ A Customer token is a [JSON Web Token](https://jwt.io/) with necessay claims to
}
```

When no Customer token is provided, the video widget will show a form, requesting the user to enter their name, email and a message. The video widget will then request an anonymous token from the server. When possible we recommend you to provide a Customer token to the video widget to avoid the form.
When no customer token is provided, the video widget will show a form, requesting the user to enter their name, email and a message. The video widget will then request an anonymous token from the server. When possible we recommend you to provide a customer token to the video widget to avoid the form.

To learn more about Customer tokens, see the [Customer tokens](http://localhost:3000/docs/video-widget/customer-tokens) section in the documentation.
To learn more about customer tokens, see the [customer tokens](http://localhost:3000/docs/video-widget/customer-tokens) section in the documentation.

## Contact us

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/video-widget/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ The `gtid` property corresponds to the Workspace id in the Goodtok dashboard.

If no server is specified, the client will default to `https://api.goodtok.io/v1.`

When no Customer token is provided, the video widget will show a form, requesting the user to enter their name, email and a message. The video widget will then request an anonymous token from the server. When possible we recommend you to provide a Customer token to the video widget to avoid the form.
When no customer token is provided, the video widget will show a form, requesting the user to enter their name, email and a message. The video widget will then request an anonymous token from the server. When possible we recommend you to provide a customer token to the video widget to avoid the form.

To learn more about Customer tokens, see the [Customer tokens](#customer-tokens) section.
To learn more about customer tokens, see the [customer tokens](#customer-tokens) section.

0 comments on commit 3d04fe6

Please sign in to comment.