fix typos

This commit is contained in:
2019-12-04 12:46:54 +01:00
parent d4921192d7
commit 35f555871b
+1
View File
@@ -16,6 +16,7 @@ mysql> create user 'YOURUSER'@'localhost' identified by 'YOURPASSWORD';
mysql> grant all privileges on YOURDBNAME.* to 'YOURUSER'@'localhost';
mysql> flush privileges;
mysql> exit;
```
## strapi deployement