Skip to content

Commit

Permalink
fix(docs): fix spelling errors (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and JustinBeckwith committed Nov 15, 2019
1 parent 4b51a12 commit 1d10a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ linkinator LOCATION [ --arguments ]
The number of connections to make simultaneously. Defaults to 100.

--recurse, -r
Recurively follow links on the same root domain.
Recursively follow links on the same root domain.

--skip, -s
List of urls in regexy form to not include in the check.
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const cli = meow(
The number of connections to make simultaneously. Defaults to 100.
--recurse, -r
Recurively follow links on the same root domain.
Recursively follow links on the same root domain.
--skip, -s
List of urls in regexy form to not include in the check.
Expand Down

0 comments on commit 1d10a00

Please sign in to comment.