Skip to content

Commit a167caf

Browse files
ADmadothercorey
andauthored
Fix grammar
Co-authored-by: othercorey <corey.taylor.fl@gmail.com>
1 parent c4c1e1f commit a167caf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Configuration
5151
Configure::write('DebugKit.forceEnable', true);
5252

5353
* ``DebugKit.ignorePaths`` - Regex pattern (including delimiter) to ignore paths.
54-
DebugKit won't save data for request URLs which match this regex. Defaults to ``null``::
54+
DebugKit won't save data for request URLs that match this regex. Defaults to ``null``::
5555

5656
// Ignore image paths
5757
Configure::write('DebugKit.ignorePaths', '/\.(jpg|png|gif)$/');

tests/TestCase/ToolbarServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function testSaveDataIgnoreDebugKitDashedUrl()
165165
}
166166

167167
/**
168-
* Test that saveData ignores path which match "ignorePaths" regex.
168+
* Test that saveData ignores path that matches "ignorePaths" regex.
169169
*
170170
* @return void
171171
*/

0 commit comments

Comments
 (0)