Skip to content

Commit 69e78f4

Browse files
committed
Added minor clarification about what StudlyCaps is
1 parent 26ff10b commit 69e78f4

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 StudlyCaps name;
40+
* Use a StudlyCaps name (i.e. camelCase with the first letter uppercased);
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)