diff --git a/docs/docs/going-further/saving-queries.md b/docs/docs/going-further/saving-queries.md index 19bb04be..841ab6c0 100644 --- a/docs/docs/going-further/saving-queries.md +++ b/docs/docs/going-further/saving-queries.md @@ -72,7 +72,7 @@ class ApplicationController < ActionController::Base end protected - # GENERATE A GENERIC SESSION KEY BASED ON TEH CONTROLLER NAME + # GENERATE A GENERIC SESSION KEY BASED ON THE CONTROLLER NAME def search_key "#{controller_name}_search".to_sym end