From 998792446d9acf08f11b5acae7d001ef072673eb Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:20:58 -0500 Subject: [PATCH] update schema key --- docs/schema/schema.scaffold.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/schema/schema.scaffold.ts b/docs/schema/schema.scaffold.ts index 9550a47..a4956e6 100644 --- a/docs/schema/schema.scaffold.ts +++ b/docs/schema/schema.scaffold.ts @@ -11,9 +11,9 @@ export interface Schema { }; rewrites?: Rewrite[]; /** - * skips is an array of globs that will be used to skip template rendering for files that match the glob. + * skip is an array of globs that will be used to skip template rendering for files that match the glob. * */ - skips?: string[]; + skip?: string[]; inject?: Inject[]; messages?: { /**