From 3ddb8772764ec9935033854d56f2822d056df493 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 7 Oct 2015 14:47:53 -0400 Subject: [PATCH] Fix typographical error(s) Changed conjuction to conjunction in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f78dd..0e322e2 100644 --- a/README.md +++ b/README.md @@ -1088,7 +1088,7 @@ fs.writeFile('/data/subdir/file', 'data'); ### FileSystemShell Many common file system shell operations are available by using a `FileSystemShell` object. -The `FileSystemShell` is used in conjuction with a `FileSystem`, +The `FileSystemShell` is used in conjunction with a `FileSystem`, and provides augmented features. Many separate `FileSystemShell` objects can exist per `FileSystem`, but each `FileSystemShell` is bound to a single instance of a `FileSystem` for its lifetime.