From 70781721fc2f4e96b7e43b89f4d0a8495ed1e23d Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Mon, 24 Feb 2025 15:16:55 +0000 Subject: [PATCH] fix: typo in status label comment --- docs/_includes/macros/status.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/macros/status.njk b/docs/_includes/macros/status.njk index 3b07c25e..36011dfd 100644 --- a/docs/_includes/macros/status.njk +++ b/docs/_includes/macros/status.njk @@ -6,9 +6,9 @@ Arguments to be passed: - type: {string} Variable from layout. Example values: "component", "page", "pattern", "archive". - status: {string} Status of the item. Accepted values: "Official", "To be reviewed", "Experimental", "Archived". - statusInfo: {string} Path to status information file (e.g., _data/statusInfo.json). +- statusDate: {string} Date of creation (e.g., "Oct 2025"). - creatorName: {string} Name of the creator (e.g., "John Doe"). - creatorTeam: {string} Team responsible for the item (e.g., "MoJ"). -- creationDate: {string} Date of creation (e.g., "Oct 2025"). --> {% macro statusLabel(type, status, statusInfo, creatorName, creatorTeam, statusDate) %}