From 3f60a8c8f8ed78803569519bfce93a48e5b801d7 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:54:34 +0700 Subject: [PATCH] fix: wrong field name --- websites/heft.rushstack.io/docs/pages/configs/heft_json.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websites/heft.rushstack.io/docs/pages/configs/heft_json.md b/websites/heft.rushstack.io/docs/pages/configs/heft_json.md index 68245b99..439c9fab 100644 --- a/websites/heft.rushstack.io/docs/pages/configs/heft_json.md +++ b/websites/heft.rushstack.io/docs/pages/configs/heft_json.md @@ -124,7 +124,7 @@ title: heft.json // * // * For glob syntax, refer to: https://www.npmjs.com/package/fast-glob // */ - // // "excludeGlobs": [], + // // "includeGlobs": [ "lib" ], // // // /** @@ -134,7 +134,7 @@ title: heft.json // * // * For glob syntax, refer to: https://www.npmjs.com/package/fast-glob // */ - // // "includeGlobs": [ "**/temp" ] + // // "excludeGlobs": [ "**/temp" ] // } ],