From 05d37ce5b5f919a4b328e76302d25f4730c2a0d6 Mon Sep 17 00:00:00 2001 From: "Joey St. Andrew" Date: Mon, 28 Dec 2015 14:48:58 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typos=20in=20file=20API=20README=E2=80=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change acurate to accurate Change file.path.relpath to file.path.relativePath --- file/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/README.md b/file/README.md index ee93e4f..bcb9ec9 100644 --- a/file/README.md +++ b/file/README.md @@ -33,9 +33,9 @@ Like file.mkdirs but synchronous. Expands ".", "..", "~" and non root paths to their full absolute path. Relative paths default to being children of the current working directory. -### file.path.relpath(root, fullPath) +### file.path.relativePath(root, fullPath) -Given a root path, and a fullPath attempts to diff between the two to give us an acurate path relative to root. +Given a root path, and a fullPath attempts to diff between the two to give us an accurate path relative to root. ### file.path.join(head, tail)