Skip to content

Commit a6b0577

Browse files
chore(docs): fix linter errors (#2103)
1 parent f4667e3 commit a6b0577

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ these messages are routed to the Caddy logger.
5959
By default, messages sent via `error_log()` are treated as unstructured text.
6060
They are useful for compatibility with existing applications or libraries that rely on the standard PHP library.
6161

62-
### Example
62+
### Example with error_log()
6363

6464
```php
6565
error_log("Database connection failed", 4);

docs/wordpress.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Run [WordPress](https://wordpress.org/) with FrankenPHP to enjoy a modern, high-
77
1. [Download WordPress](https://wordpress.org/download/)
88
2. Extract the ZIP archive and open a terminal in the extracted directory
99
3. Run:
10+
1011
```console
1112
frankenphp php-server
1213
```
14+
1315
4. Go to `http://localhost/wp-admin/` and follow the installation instructions
1416
5. Enjoy!
1517

0 commit comments

Comments
 (0)