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

Commit dd23c07

Browse files
committed
Updated docs
- per @froschdesign
1 parent 11e9437 commit dd23c07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/book/helpers/asset.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ The first argument of the `asset` helper is the regular asset name,
3737
which will be replaced by versioned asset name defined in `resource_map`
3838
of the configuration.
3939

40-
### Note
41-
42-
When `asset` key is defined but `resource_map` is not provided or is not
43-
an array exception `Zend\View\Exception\RuntimeException` will be
40+
> ### Note
41+
>
42+
> When `asset` key is defined but `resource_map` is not provided or is not
43+
> an array exception `Zend\View\Exception\RuntimeException` will be
4444
thrown.
45-
46-
When you call `asset` helper with parameter which is not defined on your
47-
`resource_map` exception `Zend\View\Exception\InvalidArgumentException`
48-
will be thrown.
45+
>
46+
> When you call `asset` helper with parameter which is not defined on your
47+
> `resource_map` exception `Zend\View\Exception\InvalidArgumentException`
48+
> will be thrown.
4949
5050
## Resource map in JSON file
5151

0 commit comments

Comments
 (0)