Skip to content

Commit

Permalink
Typo in the docs (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
malchmih authored and mtnygard committed Apr 1, 2017
1 parent 6ea66e6 commit 8f61d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/your_first_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ for all of our expected query args
:params [your-name]
:body your-name}}
"/aboutquery" {:get #vase/respond {:name :accounts.v1/about-query
:params [first-param second-param]
:params [one-thing another-thing]
:body {:first-param one-thing
:second-param another-thing}}}}
:vase.api/schemas [:accounts/user]
Expand Down

0 comments on commit 8f61d36

Please sign in to comment.