File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,12 @@ Naming Conventions
137
137
Service Naming Conventions
138
138
~~~~~~~~~~~~~~~~~~~~~~~~~~
139
139
140
- * A service name contains groups, seperated by dots;
140
+ * A service name contains groups, separated by dots;
141
141
* The DI alias of the bundle is the first group (e.g. ``fos_user ``);
142
142
* Use lowercase letters for service and parameter names;
143
143
* 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.
146
146
147
147
Documentation
148
148
-------------
You can’t perform that action at this time.
0 commit comments