From 0daef7f6632a108aa4b91f5a0129d51d96bc4acc Mon Sep 17 00:00:00 2001 From: Rithvik Nishad Date: Fri, 20 Oct 2023 17:21:14 +0530 Subject: [PATCH] fix typo in docs for local dev installation (#1683) --- docs/local-setup/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local-setup/configuration.rst b/docs/local-setup/configuration.rst index dedc83bc99..a59e3d6557 100644 --- a/docs/local-setup/configuration.rst +++ b/docs/local-setup/configuration.rst @@ -116,7 +116,7 @@ Pre-Commit is a package manager and tool for running and organising your git hoo * Install pre-commit pre-commit is installed while you run :: - pipenv install --categories "package dev-packages" + pipenv install --categories "packages dev-packages" * Setup this installs all the git-hooks ::