We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45152ee commit a91989dCopy full SHA for a91989d
components/asset.rst
@@ -165,7 +165,8 @@ In those cases, use the
165
echo $package->getUrl('css/app.css');
166
// result: build/css/app.b916426ea1d10021f3f17ce8031f93c2.css
167
168
-If the JSON file not on the filesystem, but it is accessible using HTTP, use the
+If your JSON file is not on your local filesystem but is accessible over HTTP,
169
+you can use the ...
170
:class:`Symfony\\Component\\Asset\\VersionStrategy\\RemoteJsonManifestVersionStrategy`
171
with the :doc:`HttpClient component </components/http_client>`::
172
0 commit comments