Skip to content

Commit

Permalink
Typo fixes (yiisoft#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
toir427 authored Oct 2, 2021
1 parent 0326819 commit f878dd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

| Q | A
| ---------------- | ---
| Yii vesion |
| Yii version |
| PHP version |
| Operating system |
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'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,
],
Expand Down
2 changes: 1 addition & 1 deletion vagrant/provision/once-as-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit f878dd9

Please sign in to comment.