Skip to content

Commit c174751

Browse files
authored
Merge pull request #66 from vredniy/patch-1
Fix typo in README.md
2 parents d001c63 + 5e16357 commit c174751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In `IndexAsSortable` you can add custom actions (with or without the defaults):
152152
```ruby
153153
index :as => :sortable do
154154
actions defaults: false do |page|
155-
link_to "Custom action", my_custon_path(page)
155+
link_to "Custom action", my_custom_path(page)
156156
end
157157
end
158158
```

0 commit comments

Comments
 (0)