Skip to content

Commit 7efc689

Browse files
committed
eg -> e.g.
1 parent c42aede commit 7efc689

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
@@ -51,10 +51,10 @@ must contain only a single item.
5151

5252
##### `size`
5353
The `size` specifies the size of the file system. The format for this is intended to
54-
be human-readable, eg: "10g", "50 GiB".
54+
be human-readable, e.g.: "10g", "50 GiB".
5555

5656
##### `fs_type`
57-
This indicates the desired file system type to use, eg: "xfs", "ext4", "swap".
57+
This indicates the desired file system type to use, e.g.: "xfs", "ext4", "swap".
5858
The default is determined according to the OS and release
5959
(currently `xfs` for all the supported systems).
6060

@@ -68,7 +68,7 @@ The `fs_create_options` specifies custom arguments to `mkfs` as a string.
6868
The `mount_point` specifies the directory on which the file system will be mounted.
6969

7070
##### `mount_options`
71-
The `mount_options` specifies custom mount options as a string, eg: 'ro'.
71+
The `mount_options` specifies custom mount options as a string, e.g.: 'ro'.
7272

7373

7474
Example Playbook

0 commit comments

Comments
 (0)