diff options
author | 2022-03-12 22:43:52 +0100 | |
---|---|---|
committer | 2022-03-12 22:43:52 +0100 | |
commit | 2bf88327c6298e9004aeda028576946b1704d799 (patch) | |
tree | aca629fb6902674a93108547396711c9b99a1aef /pydis_site/apps/content/README.md | |
parent | Remove unused migrations package (diff) |
Correct typo
Co-authored-by: Mark <[email protected]>
Diffstat (limited to 'pydis_site/apps/content/README.md')
-rw-r--r-- | pydis_site/apps/content/README.md | 2 |
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 |