Skip to content

Commit

Permalink
Merge pull request #419 from ryanlabouve/master
Browse files Browse the repository at this point in the history
Fix typo in Action Aware Params section of readme
  • Loading branch information
Pajk committed Feb 12, 2016
2 parents beb4bb2 + 6c562d0 commit 9ec60c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Example
def_param_group :user do
param :user, Hash, :action_aware => true do
param :name, String, :required => true
param :description, :String
param :description, String
end
end
Expand Down

0 comments on commit 9ec60c5

Please sign in to comment.