8000 Wording on remotemanifest · symfony/symfony-docs@a91989d · GitHub
[go: up one dir, main page]

Skip to content

Commit a91989d

Browse files
Wording on remotemanifest
Co-Authored-By: Antoine Makdessi <antoine.makdessi@agriconomie.com>
1 parent 45152ee commit a91989d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/asset.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ In those cases, use the
165165
echo $package->getUrl('css/app.css');
166166
// result: build/css/app.b916426ea1d10021f3f17ce8031f93c2.css
167167

168-
If the JSON file not on the filesystem, but it is accessible using HTTP, use the
168+
If your JSON file is not on your local filesystem but is accessible over HTTP,
169+
you can use the ...
169170
:class:`Symfony\\Component\\Asset\\VersionStrategy\\RemoteJsonManifestVersionStrategy`
170171
with the :doc:`HttpClient component </components/http_client>`::
171172

0 commit comments

Comments
 (0)
0