From 0618095dfbf617766af66fbecebd9b86aa1585f3 Mon Sep 17 00:00:00 2001
From: Owen Jones <64783893+owenatgov@users.noreply.github.com>
Date: Mon, 18 Nov 2024 15:09:52 +0000
Subject: [PATCH] Update views/partials/_example.njk
Co-authored-by: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com>
---
views/partials/_example.njk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/views/partials/_example.njk b/views/partials/_example.njk
index 19cc7995cc..d2dcfe21be 100644
--- a/views/partials/_example.njk
+++ b/views/partials/_example.njk
@@ -124,7 +124,7 @@
{% endif %}
{% elif option.isComponent %}
{# Link to Design System component page for nested components -#}
- See {{ optionName | safe }} macro options.
+ See macro options for {{ optionName | safe }}.
{% endif %}