File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)$/');
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments