Skip to content

Commit 0dd36bc

Browse files
authored
Merge pull request scaleway#107 from alvin-huang/fix-bullets
Fix bullets and formatting in docs
2 parents 996b3dd + bfa8809 commit 0dd36bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/index.html.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Use the navigation to the left to read about the available resources.
1515
## Example Usage
1616

1717
Here is an example that will setup the following:
18-
+ A Server.
19-
+ An IP Address.
20-
+ A security group.
18+
* A Server.
19+
* An IP Address.
20+
* A security group.
2121

22-
(create this as sl.tf and run terraform commands from this directory):
22+
(create this as `sl.tf` and run terraform commands from this directory):
2323

2424
```hcl
2525
provider "scaleway" {
@@ -109,7 +109,7 @@ provider "scaleway" {
109109

110110
## Volume usage
111111

112-
You can add volumes to baremetal instances.
112+
You can add volumes to bare metal instances.
113113
The minimal size of increment is 50GB and you can add at most 15 different volumes on an instance.
114114

115115
Additional volumes cannot be added to virtual cloud servers.

0 commit comments

Comments
 (0)