From cde41e8619b22ebe3f73f2cee3679a34108a6937 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 1 May 2023 18:12:41 +0200 Subject: [PATCH] Minor typo Page: https://symfony.com/doc/5.4/components/options_resolver.html --- components/options_resolver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/options_resolver.rst b/components/options_resolver.rst index 78266c2a309..3e7c657b79f 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -51,7 +51,7 @@ check which options are set:: } Also, the default values of the options are buried in the business logic of your -code. Use the :phpfunction:`array_replace` to fix that:: +code. Use :phpfunction:`array_replace` to fix that:: class Mailer {