spelling mistakes (#7664)

Signed-off-by: kjinan <2008kongxiangsheng@163.com>
This commit is contained in:
kongxs
2021-05-31 20:46:26 +08:00
committed by GitHub
parent 7896bc7831
commit 922de32290
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ for disk in /dev/sdc /dev/sdd /dev/sde; do
done
```
This saves time of precreatnig filesystems. Note that your storageclass must have
This saves time of precreating filesystems. Note that your storageclass must have
volume_mode set to "Filesystem" and fs_type defined. If either is not set, the
disk will be added as a raw block device.