Skip to content

Commit

Permalink
docs: Fix typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv authored Aug 31, 2023
1 parent 4008591 commit f988ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Alert
private def blueprint
div class: "alert alert-success" do
h4(class: "alert-heading") { "Well done!" }
p { "Hellow Word" }
p { "Hello Word" }
end
end
end
Expand Down

0 comments on commit f988ae0

Please sign in to comment.