Skip to content

Commit b08c4ab

Browse files
authored
configlet: lint: fix name of title key for approaches/articles (#441)
Fixes: #440
1 parent 8c60421 commit b08c4ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

building/configlet/lint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ The `config.json` file should have the following checks:
357357
- The `"approaches[].slug"` value must be a kebab-case string² with length <= 255
358358
- The `"approaches[].slug"` value must have a corresponding non-empty `<slug>/content.md` file
359359
- The `"approaches[].slug"` value must have a corresponding non-empty `<slug>/snippet.txt` file
360-
- The `"approaches[].name"` key is required
361-
- The `"approaches[].name"` value must be a Title Case string³ with length <= 255
360+
- The `"approaches[].title"` key is required
361+
- The `"approaches[].title"` value must be a Title Case string³ with length <= 255
362362
- The `"approaches[].blurb"` key is required
363363
- The `"approaches[].blurb"` value must be a non-blank string¹ with length <= 350
364364
- The `"approaches[].authors"` key is required
@@ -399,8 +399,8 @@ The `config.json` file should have the following checks:
399399
- The `"articles[].slug"` value must be a kebab-case string² with length <= 255
400400
- The `"articles[].slug"` value must have a corresponding non-empty `<slug>/content.md` file
401401
- The `"articles[].slug"` value must have a corresponding non-empty `<slug>/snippet.md` file
402-
- The `"articles[].name"` key is required
403-
- The `"articles[].name"` value must be a Title Case string³ with length <= 255
402+
- The `"articles[].title"` key is required
403+
- The `"articles[].title"` value must be a Title Case string³ with length <= 255
404404
- The `"articles[].blurb"` key is required
405405
- The `"articles[].blurb"` value must be a non-blank string¹ with length <= 350
406406
- The `"articles[].authors"` key is required

0 commit comments

Comments
 (0)