Skip to content

Commit

Permalink
small README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Apr 19, 2009
1 parent 60da134 commit a45853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ If you want control over the input type Formtastic uses for each field, you can
<% end %>
</pre>

If you want to customize the label text, or render some hint text below the field, specify which fields are required/option, or break the form into two fieldsets, the DSL is pretty comprehensive:
If you want to customize the label text, or render some hint text below the field, specify which fields are required/optional, or break the form into two fieldsets, the DSL is pretty comprehensive:

<pre>
<% semantic_form_for @post do |form| %>
Expand Down

0 comments on commit a45853c

Please sign in to comment.