Skip to content

Commit

Permalink
Update advance.md: it's -> its (#1499)
Browse files Browse the repository at this point in the history
it's -> its
  • Loading branch information
bwagner authored and mleguen committed Dec 2, 2019
1 parent 5a8f3f9 commit 490f601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Expand Up @@ -208,7 +208,7 @@ yargs.command('get <source> [proxy]', 'make a get HTTP request', require('my-mod

#### Testing a Command Module

If you want to test a command in it's entirety you can test it like this:
If you want to test a command in its entirety you can test it like this:

```js
it("returns help output", async () => {
Expand Down

0 comments on commit 490f601

Please sign in to comment.