We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b85367 commit 26ff10bCopy full SHA for 26ff10b
bundles/best_practices.rst
@@ -37,7 +37,7 @@ A namespace becomes a bundle as soon as you add a bundle class to it. The
37
bundle class name must follow these simple rules:
38
39
* Use only alphanumeric characters and underscores;
40
-* Use a CamelCased name;
+* Use a StudlyCaps name;
41
* Use a descriptive and short name (no more than two words);
42
* Prefix the name with the concatenation of the vendor (and optionally the
43
category namespaces);
0 commit comments