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 55The Asset Component
66===================
77
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.
1010
1111Installation
1212------------
@@ -62,7 +62,7 @@ the application's assets. Asset versions are commonly used to control how these
6262assets are cached.
6363
6464Instead 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
6666provided by the component are ``EmptyVersionStrategy ``, which doesn't add any
6767version to the asset, and ``StaticVersionStrategy ``, which allows to set the
6868version with a format string.
You can’t perform that action at this time.
0 commit comments