From 3eb0a873e507f9e6aa737e7fed0fbf2cdedf3633 Mon Sep 17 00:00:00 2001 From: Derek Date: Sat, 17 Feb 2018 08:53:52 -0800 Subject: [PATCH] fix typo in history (#1439) --- HISTORY.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 4033b0a2..10d328fd 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,7 +2,7 @@ - Add --system flag to $ pipenv check. - Removal of package name suggestions. - Support for [scripts] in Pipfile. - - Comment out invalid (to pip's hash checkign mode) packages from `$ pipenv lock -r`. + - Comment out invalid (to pip's hash checking mode) packages from `$ pipenv lock -r`. - Updated patched version of dotenv. - Do not allow `$ pipenv install --system packagename `to be used. 9.0.3: