Skip to content

Commit 9dbbb04

Browse files
authored
Merge pull request #201 from arjenz/patch-1
Spelling
2 parents 71bbf45 + 7f05ea8 commit 9dbbb04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ lvm::volume_groups:
104104
mountpath: /var/backups
105105
mountpath_require: true
106106
```
107-
or to just build the VG if it does not exists
107+
or to just build the VG if it does not exist
108108
```yaml
109109
---
110110
lvm::volume_groups:
@@ -144,8 +144,8 @@ resources out yourself.
144144
## Optional Values
145145
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
146146
to see if "myvg" exists. If "myvg" does exist then they will not modify
147-
the physical volume or volume_group. This is usefull if you environment
148-
is build with certain disks but they change while the server grows, shrinks
147+
the physical volume or volume_group. This is useful if your environment
148+
is built with certain disks but they change while the server grows, shrinks
149149
or moves.
150150

151151
Example:

0 commit comments

Comments
 (0)