"set up" as verb

This commit is contained in:
Anthony DePasquale
2025-04-10 17:11:51 +02:00
parent 25d517e99e
commit 2baaa085a7
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ If you would like to view a completed example, you can check out the <Link href=
<Step>
## You're now ready!
You have now setup BetterAuth for your browser extension.
You have now set up BetterAuth for your browser extension.
Add your desired UI and create your dream extension!

View File

@@ -86,7 +86,7 @@ export const birthdayPlugin = () =>
<Step>
### Authorization logic
For this example guide, well setup authentication logic to check and ensure that the user who signs-up is older than 5.
For this example guide, well set up authentication logic to check and ensure that the user who signs-up is older than 5.
But the same concept could be applied for something like verifying users agreeing to the TOS or anything alike.
To do this, well utilize <Link href="/docs/concepts/plugins#hooks">Hooks</Link>, which allows us to run code `before` or `after` an action is performed.