diff --git a/lib/phoenix_html/form.ex b/lib/phoenix_html/form.ex index 820ad30..53a7eec 100644 --- a/lib/phoenix_html/form.ex +++ b/lib/phoenix_html/form.ex @@ -269,7 +269,7 @@ defmodule Phoenix.HTML.Form do options_for_select(["Admin": "admin", "User": "user", "Moderator": "moderator"], ["admin", "moderator"]) #=> - #=> + #=> #=> Groups are also supported: