Skip to content

Commit

Permalink
Merge pull request itmammoth#35 from denisjacquemin/master
Browse files Browse the repository at this point in the history
Typo fix in Readme attemtting => attempting
  • Loading branch information
itmammoth authored Apr 22, 2019
2 parents 2c81671 + d684440 commit b4b273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ And then add the following to the asset pipeline in the `application.js`:

RailsSortable requires a specific column on the ActiveRecord Model for its implementation.

For instance, the following migration indicates the case that you are attemtting to make `Item` model sortable.
For instance, the following migration indicates the case that you are attempting to make `Item` model sortable.

```ruby
class CreateItems < ActiveRecord::Migration[5.1]
Expand Down

0 comments on commit b4b273b

Please sign in to comment.