File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
The Asset Component
6
6
===================
7
7
8
- The Asset manages URL generation and versioning for web assets such as CSS
9
- stylsheets, JavaScript files and image files.
8
+ The Asset component manages URL generation and versioning of web assets such
9
+ as CSS stylsheets, JavaScript files and image files.
10
10
11
11
Installation
12
12
------------
@@ -62,7 +62,7 @@ the application's assets. Asset versions are commonly used to control how these
62
62
assets are cached.
63
63
64
64
Instead of relying on a simple version mechanism, the Asset component allows to
65
- define advanced version strategies via PHP classes. The two built-in strategies
65
+ define advanced versioning strategies via PHP classes. The two built-in strategies
66
66
provided by the component are ``EmptyVersionStrategy ``, which doesn't add any
67
67
version to the asset, and ``StaticVersionStrategy ``, which allows to set the
68
68
version with a format string.
You can’t perform that action at this time.
0 commit comments