From 1c57de7e367cd5e1729309791b87917cd1c93d97 Mon Sep 17 00:00:00 2001 From: Matias Ibargoyen Date: Sun, 13 Jun 2021 11:45:18 +0100 Subject: [PATCH] fixes typos --- CHANGELOG.md | 4 ++-- src/PendingObjects/UsesCall.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c485fb..5e303587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -167,7 +167,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Expectation API (TODO) - PHPUnit 9.3 and PHP 8 support ([#128](https://github.com/pestphp/pest/pull/128)) -- Fowards `$this` calls to globals ([#169](https://github.com/pestphp/pest/pull/169)) +- Forwards `$this` calls to globals ([#169](https://github.com/pestphp/pest/pull/169)) ### Fixed - don't decorate output if --colors=never is set ([36b879f](https://github.com/pestphp/pest/commit/36b879f97d7b187c87a94eb60af5b7d3b7253d56)) @@ -182,7 +182,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `depends` phpunit feature ([#103](https://github.com/pestphp/pest/pull/103)) ### Fixes -- datasets name conflit ([#101](https://github.com/pestphp/pest/pull/101)) +- datasets name conflict ([#101](https://github.com/pestphp/pest/pull/101)) ## [v0.2.1 (2020-06-17)](https://github.com/pestphp/pest/compare/v0.2.0...v0.2.1) ### Fixes diff --git a/src/PendingObjects/UsesCall.php b/src/PendingObjects/UsesCall.php index 2078926a..4b1fd77e 100644 --- a/src/PendingObjects/UsesCall.php +++ b/src/PendingObjects/UsesCall.php @@ -68,7 +68,7 @@ final class UsesCall /** * The directories or file where the - * class or trais should be used. + * class or traits should be used. */ public function in(string ...$targets): void {