From d0cd5b1f6e7fce7bcb307f2fcce81b624b07bc4f Mon Sep 17 00:00:00 2001 From: Russell Cardullo Date: Mon, 12 Mar 2018 09:14:05 -0700 Subject: [PATCH] Fix a few small typos in overlayfs documentation Fixes a few minor typos in the overlayfs warning. --- storage/storagedriver/overlayfs-driver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/storagedriver/overlayfs-driver.md b/storage/storagedriver/overlayfs-driver.md index 157abec24d..048af9022f 100644 --- a/storage/storagedriver/overlayfs-driver.md +++ b/storage/storagedriver/overlayfs-driver.md @@ -43,10 +43,10 @@ OverlayFS is supported if you meet the following prerequisites: `xfs_info` to verify that the `ftype` option is set to `1`. To format an `xfs` filesystem correctly, use the flag `-n ftype=1`. - > **Warning**: Running on XFS without d_type support inow canses Docker to + > **Warning**: Running on XFS without d_type support now causes Docker to > skip the attempt to use the `overlay` or `overlay2` driver. Existing > installs will continue to run, but produce an error. This is to allow - > users o migrate their data. In a future version, this will be a fatal + > users to migrate their data. In a future version, this will be a fatal > error, which will prevent Docker from starting. {:.warning}