Skip to content

Commit 31d975f

Browse files
committed
minor #21020 [AssetMapper] "server" -> "machine" (ThomasLandauer)
This PR was merged into the 7.3 branch. Discussion ---------- [AssetMapper] "server" -> "machine" Page: https://symfony.com/doc/current/frontend/asset_mapper.html#pre-compressing-assets Doesn't have to be a server, can be any (dev) machine, right? Commits ------- 479e0ad [AssetMapper]: "server" -> "machine"
2 parents 9d74e15 + 479e0ad commit 31d975f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ Symfony will add a ``Link`` header in the response to preload the CSS files.
740740
Pre-Compressing Assets
741741
----------------------
742742

743-
Although most servers (Caddy, Nginx, Apache, FrankenPHP) and services like Cloudflare
743+
Although most web servers (Caddy, Nginx, Apache, FrankenPHP) and services like Cloudflare
744744
provide asset compression features, AssetMapper also allows you to compress all
745745
your assets before serving them.
746746

@@ -750,7 +750,7 @@ server, which then returns them to the client without wasting CPU resources on
750750
compression.
751751

752752
AssetMapper supports `Brotli`_, `Zstandard`_ and `gzip`_ compression formats.
753-
Before using any of them, the server that pre-compresses assets must have
753+
Before using any of them, the machine that pre-compresses assets must have
754754
installed the following PHP extensions or CLI commands:
755755

756756
* Brotli: ``brotli`` CLI command; `brotli PHP extension`_;

0 commit comments

Comments
 (0)