diff options
author | 2023-04-21 00:29:51 +0200 | |
---|---|---|
committer | 2023-04-21 00:29:51 +0200 | |
commit | ee04b387f47bd268894b8d0ef3920b4f9c4116e1 (patch) | |
tree | 0393516c53bfcd64eedfe2587cf17ec98e9de7bb /pydis_site | |
parent | Add a README to the staff app (diff) |
Implement grammar fix
Co-authored-by: wookie184 <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/staff/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/staff/README.md b/pydis_site/apps/staff/README.md index db263e5e..6707bf26 100644 --- a/pydis_site/apps/staff/README.md +++ b/pydis_site/apps/staff/README.md @@ -1,7 +1,7 @@ # The "staff" app This Django application hosts any staff-internal tooling, which, at time of -writing, only is an endpoint to view logs uploaded by the Python bot. +writing, is only an endpoint to view logs uploaded by the Python bot. This app mainly interacts with a single model from the `api` app, and has no models on its own. The following files and directories are of interest: |