You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates/globals/single-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ You can use the [environment variables](advanced-usage/env-support.md) for the v
275
275
'show_banner' => $_ENV['SHOW_BANNER'],
276
276
);
277
277
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.
0 commit comments