Correcting readme example

This commit is contained in:
Caleb Woods 2013-07-26 15:23:28 -04:00
parent 1e8c0d14f2
commit e8b10998ed
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ module API
module Entities
class Status < Grape::Entity
expose :text, :documentation => { :type => "string", :desc => Status update text." }
expose :text, :documentation => { :type => "string", :desc => "Status update text." }
end
end