From d13bd5b9b583c8dbda32f363f45b028f2c69b2e2 Mon Sep 17 00:00:00 2001 From: Barnaby Keene Date: Tue, 4 Sep 2018 20:06:57 +0100 Subject: [PATCH] Remove double backtick that was breaking docs (#6410) On the documentation site, the double backtick with nothing in between was breaking the page render and making the text itself look quite awkward! --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 77d3fa292..052bd895b 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -62,7 +62,7 @@ minio server /data #### Region |Field|Type|Description| |:---|:---|:---| -|``region``| _string_ | `region` describes the physical location of the server. By default it is set to ``. You may override this field with `MINIO_REGION` environment variable. If you are unsure leave it unset.| +|``region``| _string_ | `region` describes the physical location of the server. By default it is blank. You may override this field with `MINIO_REGION` environment variable. If you are unsure leave it unset.| Example: