Skip to content

Commit

Permalink
Typo fix in README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
travissalascox authored and rabbah committed Nov 8, 2017
1 parent ee5d899 commit 5ea5ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ OpenWhisk apply.
All app activations are asynchronous and non-blocking. The immediate
result of an invocation is a _session id_, which you may use to query
the app for its final output. For development convenience, the shell
implements a client-side poll to provide a the final output of the
implements a client-side poll to provide the final output of the
app, if it is ready within 30 seconds. Otherwise, you may use the
session id to retrieve the output; in this way, working with a session
id is similar to working with an activation id when invoking an
Expand Down

0 comments on commit 5ea5ac0

Please sign in to comment.