mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
small grammar fix :)
change "your using" to "you're using"
This commit is contained in:
parent
65f3c1e99c
commit
11393ca3b5
@ -55,7 +55,7 @@ Now that your app is running let's see how to [create your first user](#create-y
|
||||
|
||||
In order to use the admin panel and to consume your API you first need to register your first user. This process only happens once if you don't have any user table created and is made to create the `admin user` that has all the permissions granted for your API.
|
||||
|
||||
If your using MongoDB for your database you don't have to create your table manually (it's already handled by Strapi) otherwise you'll have to create your user table first.
|
||||
If you're using MongoDB for your database you don't have to create your table manually (it's already handled by Strapi) otherwise you'll have to create your user table first.
|
||||
|
||||
To create your first user, start your server (`strapi start`) and go to : http://localhost:1337/admin.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user