Fix typo in documentation

This commit is contained in:
Frederic Guillot
2015-12-06 23:00:58 -05:00
parent 5c84996ee7
commit 7f3bf38e8d
84 changed files with 333 additions and 614 deletions

View File

@@ -45,7 +45,7 @@ Note: You can also rename the template file `config.default.php` to `config.php`
### Importing SQL dump (alternative method)
The first time, Kanboard will run one by one each database migration and this process can take some time according to your configuration.
For the first time, Kanboard will run one by one each database migration and this process can take some time according to your configuration.
To avoid any issues or potential timeouts you can initialize the database directly by importing the SQL schema:
@@ -53,5 +53,5 @@ To avoid any issues or potential timeouts you can initialize the database direct
mysql -u root -p my_database < app/Schema/Sql/mysql.sql
```
The file `app/Schema/Sql/mysql.sql` is a sql dump that represent the last version of the database.
The file `app/Schema/Sql/mysql.sql` is a sql dump that represents the last version of the database.