Skip to content

Commit

Permalink
docs: typo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredguth authored and gr2m committed Apr 2, 2018
1 parent 1e58196 commit 8af7516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoodie/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// this plugin addds a new method hoodie.hello() to the client which accepts
// and object with {greeting, name} properties. It is sending a request to the
// an object with {greeting, name} properties. It is sending a request to the
// server: `POST /hoodie/hello-world/api` which responds with the greeting text.
// hoodie.hello() returns a promise and resolves with the greeting text if
// successful, otherwise rejects with an error
Expand Down

0 comments on commit 8af7516

Please sign in to comment.