diff --git a/docs/_templates/hacks.html b/docs/_templates/hacks.html index 875abaac..0ec542fa 100644 --- a/docs/_templates/hacks.html +++ b/docs/_templates/hacks.html @@ -60,7 +60,7 @@ - + diff --git a/pipenv/cli.py b/pipenv/cli.py index d71325a7..908c6f99 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -134,7 +134,7 @@ def validate_pypi_mirror(ctx, param, value): @option( "--support", is_flag=True, - help="Output diagnostic information for use in Github issues.", + help="Output diagnostic information for use in GitHub issues.", ) @option("--clear", is_flag=True, help="Clears caches (pipenv, pip, and pip-tools).") @version_option(prog_name=crayons.normal("pipenv", bold=True), version=__version__)