Skip to content

Commit 465c303

Browse files
authored
Update lib/phoenix_html/form.ex
1 parent 2cea68e commit 465c303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_html/form.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ defmodule Phoenix.HTML.Form do
297297
#=> <option>France</option>
298298
#=> </optgroup>
299299
300-
Horizontal seperators can be added:
300+
Horizontal separators can be added:
301301
302302
options_for_select(["Admin", "User", :hr, "New"], nil)
303303
#=> <option>Admin</option>

0 commit comments

Comments
 (0)