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!
master
Barnaby Keene 6 years ago committed by kannappanr
parent c8c70a3750
commit d13bd5b9b5
  1. 2
      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:

Loading…
Cancel
Save