Skip to content

Commit 171c97e

Browse files
authored
Merge pull request #1689 from yurighensev/fix-minimal-typo
Fix incredibly minimal typo on namespace.rb documentation
2 parents 5808de3 + 38c7dd8 commit 171c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape/namespace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Grape
22
# A container for endpoints or other namespaces, which allows for both
3-
# logical grouping of endpoints as well as sharing commonconfiguration.
3+
# logical grouping of endpoints as well as sharing common configuration.
44
# May also be referred to as group, segment, or resource.
55
class Namespace
66
attr_reader :space, :options

0 commit comments

Comments
 (0)