Skip to content

Commit 97dcda5

Browse files
edsonmedinaweaverryan
authored andcommitted
Update configuration.rst
1 parent 9bc95c6 commit 97dcda5

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've done something like this in the past, it's likely that you've in fact *never* actually needed
107-
to change that value. 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)