Skip to content

Commit d39b26e

Browse files
javiereguiluzweaverryan
authored andcommitted
Minor rewording
1 parent 6d367b1 commit d39b26e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/asset.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The 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

1111
Installation
1212
------------
@@ -62,7 +62,7 @@ the application's assets. Asset versions are commonly used to control how these
6262
assets are cached.
6363

6464
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
6666
provided by the component are ``EmptyVersionStrategy``, which doesn't add any
6767
version to the asset, and ``StaticVersionStrategy``, which allows to set the
6868
version with a format string.

0 commit comments

Comments
 (0)