From 9ed689946c3e551d3d440dfc70ea13e156399d5a Mon Sep 17 00:00:00 2001
From: Mike Salvatore <mike.s.salvatore@gmail.com>
Date: Tue, 30 Nov 2021 12:56:52 -0500
Subject: [PATCH] Docs: Minor edits to Linux setup documentation

---
 docs/content/setup/linux.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/content/setup/linux.md b/docs/content/setup/linux.md
index 2bf318a6b..c39ec75bc 100644
--- a/docs/content/setup/linux.md
+++ b/docs/content/setup/linux.md
@@ -75,16 +75,16 @@ private certificate authority.
     ```
 
 1. Create a [server configuration file and provide the path to the certificate](../../reference/server_configuration).
-Server configuration file should look something like:
+The server configuration file should look something like:
 
-```json
-{
-    "ssl_certificate": {
-        "ssl_certificate_file": "$HOME/.monkey_island/my_cert.crt",
-        "ssl_certificate_key_file": "$HOME/.monkey_island/my_key.key"
+    ```json
+    {
+        "ssl_certificate": {
+            "ssl_certificate_file": "$HOME/.monkey_island/my_cert.crt",
+            "ssl_certificate_key_file": "$HOME/.monkey_island/my_key.key"
+        }
     }
-}
-```
+    ```
 
 1. Start Monkey Island by running the Infection Monkey AppImage package:
     ```bash
@@ -99,13 +99,13 @@ Server configuration file should look something like:
 1. Terminate the Island process if it's already running.
 
 1. Create a [server configuration file](../../reference/server_configuration).
-Server configuration file should look something like:
+The server configuration file should look something like:
 
-```json
-{
-    "log_level": "INFO"
-}
-```
+    ```json
+    {
+        "log_level": "INFO"
+    }
+    ```
 
 1. Start Monkey Island by running the Infection Monkey AppImage package:
     ```bash