Skip to content

Commit 5c46c66

Browse files
authored
Merge pull request #1033 from mirko-pagliai/5.x
Fixed some harmless typos
2 parents 85b6344 + 9cb86be commit 5c46c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
/*
23-
* These defines should only be edited if you have cake installed in
23+
* These definitions should only be edited if you have cake installed in
2424
* a directory layout other than the way it is distributed.
2525
* When using custom settings be sure to use the DS and do not add a trailing DS.
2626
*/

src/Controller/ErrorController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ErrorController extends AppController
3232
*/
3333
public function initialize(): void
3434
{
35-
// Only add parent::initialize() if you are confident your appcontroller is safe.
35+
// Only add parent::initialize() if you are confident your `AppController` is safe.
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)