Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 1a5fa95

Browse files
committed
Merge branch 'hotfix/66'
Close #66
2 parents 7596656 + 7d3fb8b commit 1a5fa95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book/helpers/flash-messenger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ only having different CSS classes applied.
129129

130130
## Alternative Configuration of the ViewHelper Layout
131131

132-
`Zend\View\Helper\Service\FlashMessengerFactory` checks the applicaton
132+
`Zend\View\Helper\Service\FlashMessengerFactory` checks the application
133133
configuration, making it possible to set up the `FlashMessenger` strings through
134134
your `module.config.php`, too. The next example will set up the output to be
135135
identical with the above Twitter Bootstrap 3 Example

doc/book/php-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ application](https://github.com/zendframework/ZendSkeletonApplication), you can
8585
provide the above via configuration:
8686

8787
```php
88-
// In the Applicatoin module configuration
88+
// In the Application module configuration
8989
// (module/Application/config/module.config.php):
9090
return [
9191
'view_manager' => [

0 commit comments

Comments
 (0)