diff --git a/src/hmrc-design-patterns/timeline/index.njk b/src/hmrc-design-patterns/timeline/index.njk index 3b400682e..4ce169eac 100644 --- a/src/hmrc-design-patterns/timeline/index.njk +++ b/src/hmrc-design-patterns/timeline/index.njk @@ -14,7 +14,7 @@ layout: twoColumnPage.njk

Use this pattern to show a list of entries in the order they happened.

When not to use

-

Do not use this pattern to let users know where they are in a journey. You could use the step by step navigation pattern or a progress bar instead.

+

Do not use this pattern to let users know where they are in a journey.

How it works