Skip to content

Commit

Permalink
Refer to 'prepend text' as 'prepended text', per Bootstrap docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimryan authored and cgunther committed Mar 2, 2012
1 parent 4c0dc0b commit 3f6795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Contributions are welcome!

## Usage

#### Prepend Text
To create a Prepend Text field, use the ```:prepend``` option. This works on any text field input type, like ```:url```, ```:search```, and of course ```:string```
#### Prepended Text
To create a Prepended Text field, use the ```:prepend``` option. This works on any text field input type, like ```:url```, ```:search```, and of course ```:string```

<%= semantic_form_for @user do |f| %>
<%= f.inputs do %>
Expand Down

0 comments on commit 3f6795a

Please sign in to comment.