From 8492765f546cc3946186aebf9d49bf37aa330e5d Mon Sep 17 00:00:00 2001 From: "Ed Finkler (DM)" <57417700+efinkler-dm@users.noreply.github.com> Date: Fri, 2 Dec 2022 10:04:52 -0500 Subject: [PATCH] Fix spelling error in docs/quickstart.rst --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 543379c6..29a9aff6 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -21,7 +21,7 @@ The main commands are: - ``uninstall`` - Will remove the dependency -- ``lock`` - Regenarate ``Pipfile.lock`` and updates the dependencies inside it. +- ``lock`` - Regenerate ``Pipfile.lock`` and updates the dependencies inside it. These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management.