diff --git a/docs/authentication/overview.mdx b/docs/authentication/overview.mdx index d4b392d59..a5997a4a4 100644 --- a/docs/authentication/overview.mdx +++ b/docs/authentication/overview.mdx @@ -62,7 +62,7 @@ const Admins: CollectionConfig = { } ``` -**By enabling Authetication on a config, the following modifications will automatically be made to your Collection:** +**By enabling Authentication on a config, the following modifications will automatically be made to your Collection:** 1. `email` as well as password `salt` & `hash` fields will be added to your Collection's schema 1. The Admin panel will feature a new set of corresponding UI to allow for changing password and editing email