Skip to content

Commit b04b873

Browse files
committed
fixed linting
Signed-off-by: bidi <[email protected]>
1 parent 0b3ac65 commit b04b873

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/book/v5/introduction/server-requirements.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ Both mod_php and FCGI (FPM) are supported.
3333
* Tested with MySQL 8
3434

3535
> For MySQL 8 be sure you have the below line in my.cnf
36-
> ```text
37-
> mysql_native_password=ON
38-
> ```
36+
37+
```text
38+
mysql_native_password=ON
39+
```
3940

4041
## Recommended extensions
4142

0 commit comments

Comments
 (0)