From 11393ca3b5fd73a4a568fbea82d0d6950eba303c Mon Sep 17 00:00:00 2001 From: Jeanine Schoessler Date: Thu, 25 Oct 2018 18:20:33 -0600 Subject: [PATCH] small grammar fix :) change "your using" to "you're using" --- docs/3.x.x/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.x.x/getting-started/quick-start.md b/docs/3.x.x/getting-started/quick-start.md index 7065b1ce69..45604f31cd 100644 --- a/docs/3.x.x/getting-started/quick-start.md +++ b/docs/3.x.x/getting-started/quick-start.md @@ -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.