Skip to content

Commit

Permalink
fix: in seconds in seconds typo (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagmajer authored Jul 11, 2023
1 parent 728643e commit 0a309ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/attributes/access_token--embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties:
format: int64
example: 3600
description: |-
The time in seconds in seconds by which this token will expire.
The time in seconds by which this token will expire.
token_type:
type: string
Expand Down
2 changes: 1 addition & 1 deletion content/attributes/access_token--skill_invocation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties:
format: int64
example: 3600
description: |-
The time in seconds in seconds by which this token will expire.
The time in seconds by which this token will expire.
token_type:
type: string
Expand Down
2 changes: 1 addition & 1 deletion content/responses/access_token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
format: int64
example: 3600
description: |-
The time in seconds in seconds by which this token will expire.
The time in seconds by which this token will expire.
token_type:
type: string
Expand Down

0 comments on commit 0a309ef

Please sign in to comment.