diff --git a/content/docs/authentication-pages.md b/content/docs/authentication-pages.md
index 2cee3ba..c5fe9ec 100644
--- a/content/docs/authentication-pages.md
+++ b/content/docs/authentication-pages.md
@@ -25,7 +25,7 @@ The Login Page. Visit this page at **/auth/login**
The Register Page. Visit this page at **/auth/register**
-
The registration page is where a user can sign up for a new account. Additionally, you can require users to provide their full name and allow them so register from any
Social Provider.
+
The registration page is where a user can sign up for a new account. Additionally, you can require users to provide their full name and allow them to register from any
Social Provider.
## Verify Email
@@ -68,4 +68,4 @@ You may also visit the `/auth/logout` route to logout and clear the user session
---
-Next, lets dive into the customizations you can implement in your authentication pages.
\ No newline at end of file
+Next, lets dive into the customizations you can implement in your authentication pages.