From dc634077392db7eb9a3f1a05c1d40607d7eb2bd8 Mon Sep 17 00:00:00 2001 From: "Mikkel A. Madsen" Date: Sat, 10 Aug 2024 09:45:02 +0000 Subject: [PATCH] fix: requiement -> requirements typo in add.md --- docs/guide/commands/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/commands/add.md b/docs/guide/commands/add.md index 4c51c7a7c8..6875900c8b 100644 --- a/docs/guide/commands/add.md +++ b/docs/guide/commands/add.md @@ -2,7 +2,7 @@ Adds a Python package to this project. The command takes a PEP 508 requirement string but provides additional helper arguments to make this process more user friendly. For -instance instead of passing git references within the requiement string, the `--git` +instance instead of passing git references within the requirement string, the `--git` parameter can be used. If auto sync is disabled, after a dependency is added it's not automatically