Skip to content

Commit

Permalink
Typo fix in Readme attemtting => attempting
Browse files Browse the repository at this point in the history
  • Loading branch information
denisjacquemin authored Apr 21, 2019
1 parent 2c81671 commit d684440
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 d684440

Please sign in to comment.