From abce260a82d9f5905985b9f49093b961fd64c1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:51:34 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=9C=8F=EF=B8=8F=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Book/tests/phpt_file_structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Book/tests/phpt_file_structure.rst b/Book/tests/phpt_file_structure.rst index e4c50da6..0a2f5111 100644 --- a/Book/tests/phpt_file_structure.rst +++ b/Book/tests/phpt_file_structure.rst @@ -155,7 +155,7 @@ we'll no doubt encounter. ``--INI--`` Sometimes tests rely on having very specific INI settings set. In this case you can define any INI settings with the - `--INI-- section`_. Each INI setting is place on a new line within the section. + `--INI-- section`_. Each INI setting is placed on a new line within the section. .. code-block:: php