diff --git a/opensaas-sh/blog/src/content/docs/general/user-overview.md b/opensaas-sh/blog/src/content/docs/general/user-overview.md index 7cc20aaa..0c60793a 100644 --- a/opensaas-sh/blog/src/content/docs/general/user-overview.md +++ b/opensaas-sh/blog/src/content/docs/general/user-overview.md @@ -127,8 +127,8 @@ psl=} As an Admin, a user has access to the Admin dashboard, along with the user table where they can view and search for users, and edit and update information manually if necessary. -:::tip[Admin Priveleges] -If you'd like to give yourself and/or certain users admin priveleges, follow the instructions in the [Admin Dashboard](/general/admin-dashboard/#permissions) section. +:::tip[Admin Privileges] +If you'd like to give yourself and/or certain users admin privileges, follow the instructions in the [Admin Dashboard](/general/admin-dashboard/#permissions) section. ::: As a general User, a user has access to the user-facing app that sits behind the login, but not the Admin dashboard. You can further restrict access to certain features within the app by following the [authorization guide](/guides/authorization). diff --git a/opensaas-sh/blog/src/content/docs/start/guided-tour.md b/opensaas-sh/blog/src/content/docs/start/guided-tour.md index 02c4669b..d6dd990b 100644 --- a/opensaas-sh/blog/src/content/docs/start/guided-tour.md +++ b/opensaas-sh/blog/src/content/docs/start/guided-tour.md @@ -158,7 +158,7 @@ This template comes with a fully functional auth flow out of the box. It takes a By defining the auth structure in your `main.wasp` file, Wasp manages all the necessary code for you, including: - Email verified login with reset password - Social login with Google and/or GitHub -- Auth-related databse entities for user credentials, sessions, and social logins +- Auth-related database entities for user credentials, sessions, and social logins - Custom-generated AuthUI components for login, signup, and reset password - Auth hooks for fetching user data