From 44de9c6793bd81adf245da6e6280e1aaa0e52994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Sat, 6 May 2017 16:49:47 +0900 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b1124df..f73244b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,7 +20,7 @@ const builtinPlugins = Object.keys(_builtinPlugins) type Options = { /** - * リダイレクトを追跡するか否か + * Whether follow redirects */ followRedirects?: boolean;