From 2962cff199878e2bde5147b8ae6cf08710f4a77e Mon Sep 17 00:00:00 2001 From: Simeon Filipov Date: Wed, 13 Jan 2016 14:46:06 +0000 Subject: [PATCH] Split long comment to two lines The comment on first line of the code example is 82 characters long and is cut on the 80-th character when viewed online. The second line contains only two letters "on" without # in front. The comment is displayed on two lines anyway, it is better if it is split to two lines of less than 80 characters. --- website/source/docs/providers/do/index.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/do/index.html.markdown b/website/source/docs/providers/do/index.html.markdown index 468539c57d..b063909184 100644 --- a/website/source/docs/providers/do/index.html.markdown +++ b/website/source/docs/providers/do/index.html.markdown @@ -17,7 +17,8 @@ Use the navigation to the left to read about the available resources. ## Example Usage ``` -# Set the variable value in *.tfvars file or using -var="do_token=..." CLI option +# Set the variable value in *.tfvars file +# or using -var="do_token=..." CLI option variable "do_token" {} # Configure the DigitalOcean Provider