Skip to content

Commit b36dcdd

Browse files
authored
[4.x] Typos (#141)
* [4.x] Typos cacheable integration * more
1 parent e3bf388 commit b36dcdd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MyApplication extends AbstractApplication
7474

7575
## Logging within Applications
7676

77-
`AbstractApplication` implements the `Psr\Log\LoggerAwareInterface` so is ready for intergrating with an logging package that supports that standard.
77+
`AbstractApplication` implements the `Psr\Log\LoggerAwareInterface` so is ready for integrating with an logging package that supports that standard.
7878

7979
The following example shows how you could set up logging in your application using `initialise` method from `AbstractApplication`.
8080

src/AbstractWebApplication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,9 @@ public function redirect($url, $status = 303)
459459
}
460460

461461
/**
462-
* Set/get cachable state for the response.
462+
* Set/get cacheable state for the response.
463463
*
464-
* If $allow is set, sets the cachable state of the response. Always returns the current state.
464+
* If $allow is set, sets the cacheable state of the response. Always returns the current state.
465465
*
466466
* @param boolean $allow True to allow browser caching.
467467
*

src/WebApplicationInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public function getInput(): Input;
4545
public function redirect($url, $status = 303);
4646

4747
/**
48-
* Set/get cachable state for the response.
48+
* Set/get cacheable state for the response.
4949
*
50-
* If $allow is set, sets the cachable state of the response. Always returns the current state.
50+
* If $allow is set, sets the cacheable state of the response. Always returns the current state.
5151
*
5252
* @param boolean $allow True to allow browser caching.
5353
*

0 commit comments

Comments
 (0)