From 58e36fee10a2444fc0174f4e4f25b94ee044f7c0 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 15 Oct 2017 13:54:13 +0300 Subject: [PATCH] Fix syntax typo in debian.md [ci skip] --- docs/getting-started/install/debian.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/install/debian.md b/docs/getting-started/install/debian.md index 50f486da8..07a0da22d 100644 --- a/docs/getting-started/install/debian.md +++ b/docs/getting-started/install/debian.md @@ -35,7 +35,7 @@ After setting the desired options, proceed with the installation as described ab | Name | Type | Default | Description | | ------------------ | ------- | --------------------- | ------------------------------------------------------------------------ | | dokku/web_config | boolean | true | Use web-based config for below options | -| dokku/vhost_enable | boolean | false | Use vhost-based deployments (e.g. .dokku.me) | +| dokku/vhost_enable | boolean | false | Use vhost-based deployments (e.g., .dokku.me) | | dokku/hostname | string | dokku.me | Hostname, used as vhost domain and for showing app URL after deploy | -| dokku/skip_key_file| boolean | false | Don't check for the existence of the dokku/key_file. Warning: This setting this to true, will require you to manually add an SSH key later on. | +| dokku/skip_key_file| boolean | false | Don't check for the existence of the dokku/key_file. Warning: Setting this to true, will require you to manually add an SSH key later on. | | dokku/key_file | string | /root/.ssh/id_rsa.pub | Path on disk to an SSH key to add to the Dokku user (Will be ignored on `dpkg-reconfigure`) |