Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 25, 2020
1 parent b245d79 commit ba11b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_recording/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def pytest_addoption(parser: Parser) -> None:
"--allowed-hosts",
action="store",
default=None,
help="List of regexes, separated by coma, to match hosts to where connection must be allowed.",
help="List of regexes, separated by comma, to match hosts to where connection must be allowed.",
)


Expand Down

0 comments on commit ba11b9f

Please sign in to comment.