Skip to content

Commit 3be0081

Browse files
committed
minor #4976 Improved sentence (edsonmedina)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4976). Discussion ---------- Improved sentence Commits ------- 97dcda5 Update configuration.rst 9bc95c6 Update configuration.rst bc9500b Readability
2 parents a444220 + 97dcda5 commit 3be0081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best_practices/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ to control the number of posts to display on the blog homepage:
103103
parameters:
104104
homepage.num_items: 10
105105
106-
If you ask yourself when the last time was that you changed the value of
107-
*any* option like this, odds are that you *never* have. Creating a configuration
106+
If you've done something like this in the past, it's likely that you've in fact
107+
*never* actually needed to change that value. Creating a configuration
108108
option for a value that you are never going to configure just isn't necessary.
109109
Our recommendation is to define these values as constants in your application.
110110
You could, for example, define a ``NUM_ITEMS`` constant in the ``Post`` entity:

0 commit comments

Comments
 (0)