Skip to content

Commit 378b578

Browse files
committed
spellcheck?
1 parent 8b6abe5 commit 378b578

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/developers/samples/env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Load environment variables from a .env file in the project root.
2222
- These variables can be set in the .env file, or via environment variables (`$_SERVER`/`$_ENV`).
2323
- `.env` values are loaded first, but can be overridden by actual environment variables.
2424

25-
```ini title=".env example"
25+
```ini
2626
MAGE_IS_DEVELOPER_MODE=1
2727
OPENMAGE_CONFIG_OVERRIDE_ALLOWED=1
2828
OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME="My OpenMage Store"

docs/content/developers/samples/php-ini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide:
55

66
# `php.ini`
77

8-
```ini title="php.ini example"
8+
```ini
99
; This file is for CGI/FastCGI installations
1010
; Try copying it to php7.ini or php8 if it doesn't work
1111

docs/content/developers/samples/robots-txt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide:
55

66
# `robots.txt`
77

8-
```text title="robots.txt example"
8+
```text
99
############################################
1010
## For more information about the robots.txt standard visit
1111
## http://www.robotstxt.org/orig.html

0 commit comments

Comments
 (0)