Skip to content

Commit 6d40429

Browse files
committed
docs: fix typos
1 parent a988128 commit 6d40429

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/CodeIgniterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ public function testPageCacheSendSecureHeaders()
619619
// Clear Page cache
620620
command('cache:clear');
621621

622-
// Remove stream fliters
622+
// Remove stream filters
623623
stream_filter_remove($outputStreamFilter);
624624
stream_filter_remove($errorStreamFilter);
625625
}
@@ -654,7 +654,7 @@ public function testPageCacheWithCacheQueryString($cacheQueryStringValue, int $e
654654
$_SERVER['REQUEST_URI'] = '/' . $testingUrl;
655655
$routes = Services::routes(true);
656656
$routes->add($testingUrl, static function () {
657-
CodeIgniter::cache(0); // Dont cache the page in the run() function because CodeIgniter class will create default $cacheConfig and overwrite settings from the dataProvider
657+
CodeIgniter::cache(0); // Don't cache the page in the run() function because CodeIgniter class will create default $cacheConfig and overwrite settings from the dataProvider
658658
$response = Services::response();
659659
$string = 'This is a test page, to check cache configuration';
660660

0 commit comments

Comments
 (0)