diff options
| author | 2023-02-25 01:08:16 +0100 | |
|---|---|---|
| committer | 2023-02-25 01:08:16 +0100 | |
| commit | a0191ddf19e2d6f54fe00ef389d6e83be46b3c8c (patch) | |
| tree | 119b4db4bb5fa0c4da0843d9f36b4b3d9ec8e720 /pydis_site/apps/content/resources/guides | |
| parent | add the Scaffolding the configuration section (diff) | |
fix typo in "Installing specific dependency groups" section
Diffstat (limited to 'pydis_site/apps/content/resources/guides')
| -rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md | 6 | 
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 +---  |