diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index 6fd360d64af..cc5392f7807 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -26,7 +26,7 @@ A namespace becomes a bundle as soon as you add a bundle class to it. The bundle class name must follow these simple rules: * Use only alphanumeric characters and underscores; -* Use a CamelCased name; +* Use a StudlyCaps name (i.e. camelCase with the first letter uppercased); * Use a descriptive and short name (no more than two words); * Prefix the name with the concatenation of the vendor (and optionally the category namespaces);