From 292a25ce2c50c7ac4616f01b357d2d0d38ef3d86 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 24 May 2024 16:33:07 +0200 Subject: [PATCH] Update docs/getting_started/requirements.md --- docs/getting_started/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 27ebd1a1d6..7872f00273 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -162,7 +162,7 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached, !!! note "Quiet PHP 8.2 deprecation notices from 3rd parties " - To avoid PHP 8.2 deprecation notices rawly appearing in outputs (and, for example, broke REST answers), add the following to your composer.json: + To avoid PHP 8.2 deprecation notices rawly appearing in outputs (and, for example, breaking REST answers), add the following to your composer.json: ```json "runtime": {