Skip to content

Commit 951ed0d

Browse files
committed
minor #18030 Fix typos in Symfony Attributes Overview (jdreesen)
This PR was merged into the 5.4 branch. Discussion ---------- Fix typos in Symfony Attributes Overview <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- d325c36 Fix typos in Symfony Attributes Overview
2 parents 0b05a13 + d325c36 commit 951ed0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/attributes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Symfony Attributes Overview
55
===========================
66

7-
Attributes are the successor of annotation since PHP 8. Attributes are native
7+
Attributes are the successor of annotations since PHP 8. Attributes are native
88
to the language and Symfony takes full advantage of them across the framework
9-
ans its different components.
9+
and its different components.
1010

1111
Doctrine Bridge
1212
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)