aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-03-12 22:43:52 +0100
committerGravatar GitHub <[email protected]>2022-03-12 22:43:52 +0100
commit2bf88327c6298e9004aeda028576946b1704d799 (patch)
treeaca629fb6902674a93108547396711c9b99a1aef /pydis_site/apps/content
parentRemove unused migrations package (diff)
Correct typo
Co-authored-by: Mark <[email protected]>
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/README.md b/pydis_site/apps/content/README.md
index 4149a6f0..e7061207 100644
--- a/pydis_site/apps/content/README.md
+++ b/pydis_site/apps/content/README.md
@@ -24,7 +24,7 @@ Let's look at the structure in here:
- `tests` contains unit tests for verifying that the app works properly.
-- `views` contains Django views which generating and serve the pages from the
+- `views` contains Django views which generate and serve the pages from the
input Markdown.
As for the modules, apart from the standard Django modules in here, the