lib/grape/namespace.rb in grape-1.0.1 vs lib/grape/namespace.rb in grape-1.0.2
- old
+ new
@@ -1,7 +1,7 @@
module Grape
# A container for endpoints or other namespaces, which allows for both
- # logical grouping of endpoints as well as sharing commonconfiguration.
+ # logical grouping of endpoints as well as sharing common configuration.
# May also be referred to as group, segment, or resource.
class Namespace
attr_reader :space, :options
# @param space [String] the name of this namespace