From a810ca72d7aa01cd5b9093d4b208b23c5b2982e0 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sat, 6 Feb 2021 22:48:45 -0500 Subject: [PATCH] conan, php-coveralls: fix typos (#5253) --- pages/common/conan.md | 2 +- pages/common/php-coveralls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/conan.md b/pages/common/conan.md index ead6356cd..7c2ece0db 100644 --- a/pages/common/conan.md +++ b/pages/common/conan.md @@ -7,7 +7,7 @@ `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}}` diff --git a/pages/common/php-coveralls.md b/pages/common/php-coveralls.md index df0278e90..4dd4513f8 100644 --- a/pages/common/php-coveralls.md +++ b/pages/common/php-coveralls.md @@ -23,7 +23,7 @@ `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}}`