Skip to content

Commit 931c844

Browse files
committed
Fix email typo
1 parent 1b88a8c commit 931c844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 class="text-l mt-4 text-gray-700">Joy is a web framework written in
8787
<code class="rounded-lg">
8888
[:form
8989
[:input {:type "text" :placeholder "Your name"}]]
90-
[:input {:type "text" :placeholder "Your email"}]
90+
[:input {:type "email" :placeholder "Your email"}]
9191
[:input {:type "submit" :value "Submit"}]
9292
</code>
9393
</pre>

0 commit comments

Comments
 (0)