From 06833cb9e9818f2a391d966b8e4e2caf382c6dba Mon Sep 17 00:00:00 2001 From: Steve Jalim Date: Tue, 25 Jan 2022 10:52:36 +0000 Subject: [PATCH] Typo fix in docs --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index c2ecb6ca..c1c687d3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -87,7 +87,7 @@ Maintaining Python requirements $ # If you've added a new dependency $ make compile-requirements - $ # or if you wantt upgrade all dependencies + $ # or if you want to upgrade all dependencies $ make upgrade-requirements $ # or to just check if there are stale deps so you can $ # update the hard pinning in the *.in files