Skip to content

Commit e8b1099

Browse files
committed
Correcting readme example
1 parent 1e8c0d1 commit e8b1099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module API
8383

8484
module Entities
8585
class Status < Grape::Entity
86-
expose :text, :documentation => { :type => "string", :desc => Status update text." }
86+
expose :text, :documentation => { :type => "string", :desc => "Status update text." }
8787
end
8888
end
8989

0 commit comments

Comments
 (0)