From 65698d1e2470be667eb87aee2010a432187a5f95 Mon Sep 17 00:00:00 2001 From: Junyoung Choi Date: Thu, 7 Sep 2017 01:01:53 +0900 Subject: [PATCH] Update comment --- types/vfile/vfile-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vfile/vfile-tests.ts b/types/vfile/vfile-tests.ts index 468e261801..293d8f15d5 100644 --- a/types/vfile/vfile-tests.ts +++ b/types/vfile/vfile-tests.ts @@ -28,5 +28,5 @@ console.log(file.messages); const custom: string = file.custom; // 'Custom tango' const dataCustom: number = file.data.custom; // 12345 -// Original properties must be kept +// Typings of original properties must be kept const fileWithWrongParams = vfile({ path: 1234 }); // $ExpectError