Skip to content

Commit

Permalink
fix: typo in status label comment
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Feb 25, 2025
1 parent 8a821c1 commit 7078172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/macros/status.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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) %}
Expand Down

0 comments on commit 7078172

Please sign in to comment.