Skip to content

Commit 3870623

Browse files
committed
minor #9952 Update conventions.rst (poliveras)
This PR was submitted for the 4.0 branch but it was merged into the 2.8 branch instead (closes #9952). Discussion ---------- Update conventions.rst Fix plural in sentence <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- aaa1f48 Update conventions.rst
2 parents 9f5a7d1 + aaa1f48 commit 3870623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When an object has a "main" many relation with related "things"
2626
* ``count()``
2727
* ``keys()``
2828

29-
The usage of these methods are only allowed when it is clear that there
29+
The usage of these methods is only allowed when it is clear that there
3030
is a main relation:
3131

3232
* a ``CookieJar`` has many ``Cookie`` objects;

0 commit comments

Comments
 (0)