From d361f243cd361429ed6be82880c0590eb29c181c Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 2 Sep 2025 13:41:42 +0200 Subject: [PATCH 1/2] clarify acronyms --- en/intro/conventions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/intro/conventions.rst b/en/intro/conventions.rst index 7a98cf25c2..ad6d6c579f 100644 --- a/en/intro/conventions.rst +++ b/en/intro/conventions.rst @@ -19,6 +19,8 @@ a web browser. They are camelBacked. For example the ``/users/view-me`` maps to of the ``UsersController`` out of the box (if one uses default dashed inflection in routing). Protected or private methods cannot be accessed with routing. +For inflection of acronyms it is useful to treat them as words, so `CMS` would be Cms``. + URL Considerations for Controller Names ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 581d01f53a4b21f43cd06de732c74f9c9ced0414 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 2 Sep 2025 13:54:00 +0200 Subject: [PATCH 2/2] Fix formatting of acronym inflection example --- en/intro/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/intro/conventions.rst b/en/intro/conventions.rst index ad6d6c579f..493b93b962 100644 --- a/en/intro/conventions.rst +++ b/en/intro/conventions.rst @@ -19,7 +19,7 @@ a web browser. They are camelBacked. For example the ``/users/view-me`` maps to of the ``UsersController`` out of the box (if one uses default dashed inflection in routing). Protected or private methods cannot be accessed with routing. -For inflection of acronyms it is useful to treat them as words, so `CMS` would be Cms``. +For inflection of acronyms it is useful to treat them as words, so ``CMS`` would be ``Cms``. URL Considerations for Controller Names ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~