Skip to content

Commit

Permalink
fix typo in Entity doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Cheung committed Nov 22, 2011
1 parent dc6e774 commit fbf323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grape/entity.rb
Expand Up @@ -9,7 +9,7 @@ module Grape
#
# module API
# module Entities
# class User < Grape::Endpoint
# class User < Grape::Entity
# expose :first_name, :last_name, :screen_name, :location
# expose :latest_status, :using => API::Status, :as => :status, :unless => {:collection => true}
# expose :email, :if => {:type => :full}
Expand Down

0 comments on commit fbf323a

Please sign in to comment.