Skip to content

Commit 2962cff

Browse files
committed
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.
1 parent 97de7e6 commit 2962cff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/source/docs/providers/do/index.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Use the navigation to the left to read about the available resources.
1717
## Example Usage
1818

1919
```
20-
# Set the variable value in *.tfvars file or using -var="do_token=..." CLI option
20+
# Set the variable value in *.tfvars file
21+
# or using -var="do_token=..." CLI option
2122
variable "do_token" {}
2223
2324
# Configure the DigitalOcean Provider

0 commit comments

Comments
 (0)