Skip to content

Commit 9f66ffe

Browse files
Fix typo
1 parent 1f3371b commit 9f66ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/SmartSqueeze.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ viewBody m =
462462
div []
463463
[ h2 [] [ text "The Smart Squeeze — Interactive Micro-Model" ]
464464
, p []
465-
[ text "Import note: I didn't do shit here, all credit goes to "
465+
[ text "Important note: I didn't do much here, all credit goes to "
466466
, Html.a [ A.href "https://x.com/hypersoren", A.target "_blank", A.style "color" "#0074d9" ] [ text "@hypersoren" ]
467467
, text ", his brilliant "
468468
, Html.a [ A.href "https://hypersoren.xyz/posts/smart-squeeze/", A.target "_blank", A.style "color" "#0074d9" ] [ text "Smart Squeeze" ]

0 commit comments

Comments
 (0)