From b321ccb112f6c248e17663ee39da2c4043a39147 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Wed, 29 Apr 2020 20:59:34 +0200 Subject: [PATCH] Fix typos --- docs/file-loader.md | 2 +- phpcs.xml.dist | 2 +- tests/Charcoal/Config/Mixin/SeparatorAwareTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/file-loader.md b/docs/file-loader.md index cc7d3fc..8bccdf8 100644 --- a/docs/file-loader.md +++ b/docs/file-loader.md @@ -174,7 +174,7 @@ Because the included file's scope references the Config instance, it is possible $this->addFile('path/to/config.json'); ``` -In Charcoal, this approach is used to load environment-bound configuration files and seperate an application's settings into different topics. +In Charcoal, this approach is used to load environment-bound configuration files and separate an application's settings into different topics. diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 5892d6c..80f3f15 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -159,7 +159,7 @@ - + diff --git a/tests/Charcoal/Config/Mixin/SeparatorAwareTest.php b/tests/Charcoal/Config/Mixin/SeparatorAwareTest.php index e11a3ef..531a3d5 100644 --- a/tests/Charcoal/Config/Mixin/SeparatorAwareTest.php +++ b/tests/Charcoal/Config/Mixin/SeparatorAwareTest.php @@ -82,7 +82,7 @@ public function testSeparatorAwareInterface() - // Test Seperator Token + // Test Separator Token // ========================================================================= /**