conan, php-coveralls: fix typos (#5253)

This commit is contained in:
bl-ue
2021-02-06 22:48:45 -05:00
committed by GitHub
parent 981b7af185
commit a810ca72d7
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
`conan install {{.}}` `conan install {{.}}`
- Install packages and create configuation files for a specific generator: - Install packages and create configuration files for a specific generator:
`conan install -g {{generator}}` `conan install -g {{generator}}`

View File

@@ -23,7 +23,7 @@
`php-coveralls --exclude-no-stmt` `php-coveralls --exclude-no-stmt`
- Send coverage information to Coveralls with a specific environent name: - Send coverage information to Coveralls with a specific environment name:
`php-coveralls --env {{test|dev|prod}}` `php-coveralls --env {{test|dev|prod}}`