Skip to content

Commit

Permalink
Update list example
Browse files Browse the repository at this point in the history
The example code for a numbered list included the `:bullet` tag
instead of the `:number` one
  • Loading branch information
colinbruce committed Apr 3, 2024
1 parent 5c0ec80 commit 2a863b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/lib/examples/list_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def govuk_list_bullet

def govuk_list_number
<<~EXAMPLE
= govuk_list ["Delivery address.", "Payment.", "Confirmation."], type: :bullet
= govuk_list ["Delivery address.", "Payment.", "Confirmation."], type: :number
EXAMPLE
end

Expand Down

0 comments on commit 2a863b6

Please sign in to comment.