From d325c3680f9f82afa297454af4a8152ef4eb954f Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Thu, 9 Mar 2023 00:02:45 +0100 Subject: [PATCH] Fix typos in Symfony Attributes Overview --- reference/attributes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/attributes.rst b/reference/attributes.rst index 98404e5c9f2..c77662b5c69 100644 --- a/reference/attributes.rst +++ b/reference/attributes.rst @@ -4,9 +4,9 @@ Symfony Attributes Overview =========================== -Attributes are the successor of annotation since PHP 8. Attributes are native +Attributes are the successor of annotations since PHP 8. Attributes are native to the language and Symfony takes full advantage of them across the framework -ans its different components. +and its different components. Doctrine Bridge ~~~~~~~~~~~~~~~