From 7efc7b9273dc902429ab5f33a4a9017ea5c283a2 Mon Sep 17 00:00:00 2001 From: Tom Nguyen <7121553+tunggnu@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:41:00 +0700 Subject: [PATCH] Use inline code for file names. --- 1.8/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.8/install/index.md b/1.8/install/index.md index c4a4da15..408d68de 100644 --- a/1.8/install/index.md +++ b/1.8/install/index.md @@ -51,7 +51,7 @@ In case of Apache servers: Certain file permissions are required for MyBB to function correctly. Once you've uploaded your files you will need to set the permissions on certain files and directories. Before granting certain files and directories chmod 777, you may want to try chmod 755 or chmod 775. -** Before applying file permissions, rename config.default.php (.../inc/config.default.php) to config.php +** Before applying file permissions, rename `config.default.php` (.../inc/config.default.php) to `config.php` #### *nix systems via CHMOD