From 5e9bb5fadf8346465a468e23e686dd5ed4d4e905 Mon Sep 17 00:00:00 2001 From: Sohaib Bhatti Date: Fri, 17 May 2013 15:08:28 +0500 Subject: [PATCH] typo --- lib/couchbase/railtie.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/couchbase/railtie.rb b/lib/couchbase/railtie.rb index 541a3b7..780eb19 100644 --- a/lib/couchbase/railtie.rb +++ b/lib/couchbase/railtie.rb @@ -39,7 +39,7 @@ def self.generator config.respond_to?(:app_generators) ? :app_generators : :generators end - # Maping of rescued exceptions to HTTP responses + # Mapping of rescued exceptions to HTTP responses # # @since 0.1.0 #