From 5e1635773ffd911bd700e4afc47d5de23e98dadd Mon Sep 17 00:00:00 2001 From: Dmitry Zudochkin Date: Fri, 14 Jul 2017 13:18:14 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8637122..a294b34 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ In `IndexAsSortable` you can add custom actions (with or without the defaults): ```ruby index :as => :sortable do actions defaults: false do |page| - link_to "Custom action", my_custon_path(page) + link_to "Custom action", my_custom_path(page) end end ```