Skip to content

Commit f704a8e

Browse files
authored
Update single-variables.md
small change
1 parent 24e09ae commit f704a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templates/globals/single-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ You can use the [environment variables](advanced-usage/env-support.md) for the v
275275
'show_banner' => $_ENV['SHOW_BANNER'],
276276
);
277277

278-
Note that the global variables defined in `config.php` file will be overridden by the global variables defined in `index.php` file when the name conflict occurs.
278+
Note that the global variables defined in `config.php` file will be overridden by the global variables defined in `index.php` file when a name conflict occurs.
279279

280280
## Member Variables
281281

0 commit comments

Comments
 (0)