Skip to content

Commit a5b46bb

Browse files
committed
Avoid ambiguity
1 parent e9cff68 commit a5b46bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ If you need the URL to an asset without the HTML tags, the `get_files` template
308308
`get_files` works exactly like `render_bundle` except it returns a list of matching files and lets you assign the list to a custom template variable.
309309

310310
Each object in the returned list has 2 properties:
311-
1. `name`, which is the name of the chunk from the stats file;
311+
1. `name`, which is the name of a chunk from the stats file;
312312
2. `url`, which can be:
313313
1. The `publicPath` if the asset has one;
314314
2. The `path` to the asset in the static files storage, if the asset doesn't have a `publicPath`.

0 commit comments

Comments
 (0)