diff options
author | 2023-07-31 20:25:54 +0300 | |
---|---|---|
committer | 2023-07-31 18:25:54 +0100 | |
commit | 80959ab7af347142203d5d4dbd0ce3c471dfe787 (patch) | |
tree | 63fb222fb84193e49fde6bf06e4d2af18dd125d3 /pydis_site/apps/content/resources/guides | |
parent | Merge pull request #1056 from python-discord/dependabot/pip/markdown-3.4.4 (diff) |
Fix a typo in bot.md (#1058)
Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres".
Diffstat (limited to 'pydis_site/apps/content/resources/guides')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md index b5e11a97..f54ee664 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md @@ -132,7 +132,7 @@ With all of the above setup, you can run The projec with `docker compose up`. Th Some other useful docker commands are as follows: -1. `docker compose pull` this pulls updates for all non-bot services, such as psotgres, redis and our [site](../site) project! +1. `docker compose pull` this pulls updates for all non-bot services, such as postgres, redis and our [site](../site) project! 1. `docker compose build` this rebuilds the bot's docker image, this is only needed if you need to make changes to the bot's dependencies, or the Dockerfile itself. Your bot is now running, all inside Docker. |