Skip to content

Commit

Permalink
docs: update clockSkew and clockTolerance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jun 20, 2024
1 parent 3b5d2ea commit c97313a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/variables/clockSkew.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ are allowed. Default is `0` (Date.now() + 0 seconds is used).

**`Example`**

When the client's local clock is mistakenly 1 hour in the past
When the local clock is mistakenly 1 hour in the past

```ts
const client: oauth.Client = {
Expand All @@ -21,7 +21,7 @@ const client: oauth.Client = {

**`Example`**

When the client's local clock is mistakenly 1 hour in the future
When the local clock is mistakenly 1 hour in the future

```ts
const client: oauth.Client = {
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export interface JWK {
*
* @example
*
* When the client's local clock is mistakenly 1 hour in the past
* When the local clock is mistakenly 1 hour in the past
*
* ```ts
* const client: oauth.Client = {
Expand All @@ -212,7 +212,7 @@ export interface JWK {
*
* @example
*
* When the client's local clock is mistakenly 1 hour in the future
* When the local clock is mistakenly 1 hour in the future
*
* ```ts
* const client: oauth.Client = {
Expand Down

0 comments on commit c97313a

Please sign in to comment.