Skip to content

Commit 6c33a3c

Browse files
committed
docs: add spaces before and after =
1 parent 4a5030d commit 6c33a3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/general/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ variable name within ``${...}``:
115115

116116
::
117117

118-
BASE_DIR="/var/webroot/project-root"
119-
CACHE_DIR="${BASE_DIR}/cache"
120-
TMP_DIR="${BASE_DIR}/tmp"
118+
BASE_DIR = "/var/webroot/project-root"
119+
CACHE_DIR = "${BASE_DIR}/cache"
120+
TMP_DIR = "${BASE_DIR}/tmp"
121121

122122
Namespaced Variables
123123
--------------------
@@ -134,7 +134,7 @@ prefix followed by a dot (.), and then the variable name itself.
134134

135135
// not namespaced variables
136136
name = "George"
137-
db=my_db
137+
db = my_db
138138

139139
// namespaced variables
140140
address.city = "Berlin"

0 commit comments

Comments
 (0)