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

Commit 4ea54ed

Browse files
committed
Merge branch 'hotfix/610'
Close #610
2 parents 8b94517 + 136362d commit 4ea54ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/book/v3/cookbook/double-pass-middleware.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ this middleware with Expressive 3?
2828
2929
zend-stratigility v2.2 and v3.0 ship a utility function,
3030
`Zend\Stratigility\doublePassMiddleware()`, that will decorate a callable
31-
double-pass middleware using a `Zend\Stratigility\Middleware\DoublePassMiddlewareDecorator`
31+
double-pass middleware using a `Zend\Stratigility\Middleware\DoublePassMiddlewareDecorator`
3232
instance; this latter is a PSR-15 impelementation, and can thus be used in your
3333
middleware pipelines.
3434

docs/book/v3/features/template/twig.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ return [
125125
// Global variables passed to twig templates
126126
'ga_tracking' => 'UA-XXXXX-X'
127127
],
128-
'optimizations' => -1, // -1: Enable all (default), 0: disable optimizations
129-
'runtime_loaders' => [
130-
// runtime loader names or instances
131-
],
132-
'timezone' => 'default timezone identifier, e.g. America/New_York',
128+
'optimizations' => -1, // -1: Enable all (default), 0: disable optimizations
129+
'runtime_loaders' => [
130+
// runtime loader names or instances
131+
],
132+
'timezone' => 'default timezone identifier, e.g. America/New_York',
133133
],
134134
];
135135
```

0 commit comments

Comments
 (0)