Skip to content

Commit 26ff10b

Browse files
SergeyPodgornyyjaviereguiluz
authored andcommitted
Update best_practices.rst
1 parent 3b85367 commit 26ff10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A namespace becomes a bundle as soon as you add a bundle class to it. The
3737
bundle class name must follow these simple rules:
3838

3939
* Use only alphanumeric characters and underscores;
40-
* Use a CamelCased name;
40+
* Use a StudlyCaps name;
4141
* Use a descriptive and short name (no more than two words);
4242
* Prefix the name with the concatenation of the vendor (and optionally the
4343
category namespaces);

0 commit comments

Comments
 (0)