Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3701afc

Browse files
authored
Merge pull request docker#390 from jenglamlow/patch-1
Typo "note"
2 parents 109a25c + bf0ca90 commit 3701afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/userguide/storagedriver/zfs-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This process of creating child layers and containers from *read-only* snapshots
9595
Container reads with the `zfs` storage driver are very simple. A newly launched
9696
container is based on a ZFS clone. This clone initially shares all of its data
9797
with the dataset it was created from. This means that read operations with the
98-
`zfs` storage driver are fast – even if the data being read was note
98+
`zfs` storage driver are fast – even if the data being read was not
9999
copied into the container yet. This sharing of data blocks is shown in the
100100
diagram below.
101101

0 commit comments

Comments
 (0)