Skip to content

Commit

Permalink
fix: minor spelling errors (supabase#1688)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

fix supabase#1682
  • Loading branch information
J0 authored and LashaJini committed Nov 13, 2024
1 parent 90831bb commit ced8147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ paths:

/verify:
get:
summary: Authenticate by verifying the posession of a one-time token. Usually for use as clickable links.
summary: Authenticate by verifying the possession of a one-time token. Usually for use as clickable links.
tags:
- auth
parameters:
Expand Down Expand Up @@ -214,7 +214,7 @@ paths:
302:
$ref: "#/components/responses/AccessRefreshTokenRedirectResponse"
post:
summary: Authenticate by verifying the posession of a one-time token.
summary: Authenticate by verifying the possession of a one-time token.
tags:
- auth
security:
Expand Down

0 comments on commit ced8147

Please sign in to comment.