Typo fixes (#254)

This commit is contained in:
Toir Tuychiev 2021-10-02 12:21:51 +05:00 committed by GitHub
parent 0326819637
commit f878dd9084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -9,6 +9,6 @@
| Q | A
| ---------------- | ---
| Yii vesion |
| Yii version |
| PHP version |
| Operating system |

View File

@ -132,7 +132,7 @@ TESTING
-------
Tests are located in `tests` directory. They are developed with [Codeception PHP Testing Framework](http://codeception.com/).
By default there are 3 test suites:
By default, there are 3 test suites:
- `unit`
- `functional`
@ -155,7 +155,7 @@ To execute acceptance tests do the following:
1. Rename `tests/acceptance.suite.yml.example` to `tests/acceptance.suite.yml` to enable suite configuration
2. Replace `codeception/base` package in `composer.json` with `codeception/codeception` to install full featured
2. Replace `codeception/base` package in `composer.json` with `codeception/codeception` to install full-featured
version of Codeception
3. Update dependencies with Composer

View File

@ -29,7 +29,7 @@ $config = [
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
// send all mails to a file by default. You have to set
// 'useFileTransport' to false and configure a transport
// 'useFileTransport' to false and configure transport
// for the mailer to send real emails.
'useFileTransport' => true,
],

View File

@ -70,7 +70,7 @@ info "Removing default site configuration"
rm /etc/nginx/sites-enabled/default
echo "Done!"
info "Initailize databases for MySQL"
info "Initialize databases for MySQL"
mysql <<< 'CREATE DATABASE yii2basic'
mysql <<< 'CREATE DATABASE yii2basic_test'
echo "Done!"