aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar Amrou <[email protected]>2023-02-25 01:08:16 +0100
committerGravatar Amrou <[email protected]>2023-02-25 01:08:16 +0100
commita0191ddf19e2d6f54fe00ef389d6e83be46b3c8c (patch)
tree119b4db4bb5fa0c4da0843d9f36b4b3d9ec8e720 /pydis_site/apps/content
parentadd the Scaffolding the configuration section (diff)
fix typo in "Installing specific dependency groups" section
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
index 862f0add..9ad24034 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
@@ -43,9 +43,9 @@ $ poetry run task precommit
## Installing specific dependency groups
-In some cases, like when you'll be using the configuration bootstrapping script, you might need to install extra dependencies that are
+In some cases, like when you'll be using the configuration bootstrapping script, you might need to install extra dependencies that are
not necessary for the bot project to function.
-These dependency are put in a separate optional group likewise:
+These dependencies are generally put in a separate optional group likewise:
```text
[tool.poetry.group.group-name]
@@ -62,4 +62,4 @@ To install them, you simply need to run the following command
$ poetry install --only {{group-name}}
```
---- \ No newline at end of file
+---