Skip to content

Commit

Permalink
Split long comment to two lines
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sfilipov committed Jan 13, 2016
1 parent 97de7e6 commit 2962cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/providers/do/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2962cff

Please sign in to comment.