Skip to content

Commit 30ce181

Browse files
committed
[symfony#2782] Fixing a few typos
1 parent 80046ce commit 30ce181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/standards.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ Naming Conventions
137137
Service Naming Conventions
138138
~~~~~~~~~~~~~~~~~~~~~~~~~~
139139

140-
* A service name contains groups, seperated by dots;
140+
* A service name contains groups, separated by dots;
141141
* The DI alias of the bundle is the first group (e.g. ``fos_user``);
142142
* Use lowercase letters for service and parameter names;
143143
* A group name uses the underscore notation;
144-
* Each service has a coresponding parameter containing the class name,
145-
following the ``%service name%.class`` convention.
144+
* Each service has a corresponding parameter containing the class name,
145+
following the ``SERVICE NAME.class`` convention.
146146

147147
Documentation
148148
-------------

0 commit comments

Comments
 (0)