Skip to content

Commit c477ab6

Browse files
committed
[Style Guide / Schema] Update description for reviewed
1 parent ec335aa commit c477ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const baseSchema = ({ image }: SchemaContext) =>
7878
.date()
7979
.optional()
8080
.describe(
81-
"This is used to automatically add the [LastReviewed component](/style-guide/components/last-reviewed/).",
81+
"A `YYYY-MM-DD` value that signals when the page was last explicitly reviewed from beginning to end. This is used to automatically add the [LastReviewed component](/style-guide/components/last-reviewed/). Commonly related to [tutorials](/style-guide/documentation-content-strategy/content-types/tutorial/) and [reference architectures](/style-guide/documentation-content-strategy/content-types/reference-architecture/).",
8282
),
8383
spotlight: spotlightAuthorDetails,
8484
release_notes_file_name: z

0 commit comments

Comments
 (0)