From ab1d48a9a246473034561750bee810acf18764ce Mon Sep 17 00:00:00 2001 From: Yanis Benson Date: Sun, 1 Mar 2020 12:35:03 +0300 Subject: [PATCH] Update index.d.ts Co-Authored-By: Sindre Sorhus --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 6b1da85..2279cfa 100644 --- a/index.d.ts +++ b/index.d.ts @@ -6,7 +6,7 @@ declare namespace cpy { /** Resolved path to the file. - @example `/tmp/foo.bar` + @example '/tmp/foo.bar' */ readonly path: string;