Skip to content

Commit

Permalink
Fix typos in EdgeDB UI auth tab (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Feb 9, 2024
1 parent e1b63d9 commit 59f2792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/studio/tabs/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@ const ConfigPage = observer(function ConfigPage() {
)}
</div>
<div className={styles.configExplain}>
New line seperated list of URLs that will be checked against this
New line-separated list of URLs that will be checked against this
list to ensure they are going to a trusted domain controlled by
the application. URLs are matched based on checking if the
candidate redirect URL is a match or a subdirectory of any of
these allowed URLs
these allowed URLs.
</div>
</div>
</div>
Expand Down

0 comments on commit 59f2792

Please sign in to comment.