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;