From f26ed85df63407ae7c49e70fec813bf65475a6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E9=BA=BB=E5=A6=9E?= <50100681+jiangmaniu@users.noreply.github.com> Date: Wed, 3 Aug 2022 19:48:31 +0800 Subject: [PATCH] chore: fix typo --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 4673b93c8..65429f02e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -25,7 +25,7 @@ interface GenerateApiParams { output?: string; /** - * path to folder containing templates (default: ./scr/templates) + * path to folder containing templates (default: ./src/templates) */ templates?: string;