Correcting readme example
This commit is contained in:
parent
1e8c0d14f2
commit
e8b10998ed
|
|
@ -83,7 +83,7 @@ module API
|
||||||
|
|
||||||
module Entities
|
module Entities
|
||||||
class Status < Grape::Entity
|
class Status < Grape::Entity
|
||||||
expose :text, :documentation => { :type => "string", :desc => Status update text." }
|
expose :text, :documentation => { :type => "string", :desc => "Status update text." }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue