aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-07-01 23:07:35 +0200
committerGravatar GitHub <[email protected]>2022-07-01 23:07:35 +0200
commit0e235abbcf121d9221a2a16a0cfd582331a63f57 (patch)
treed9c2c9ddc80291eb0ced4ff961a039e4ef878dc4 /pydis_site
parentMove ASGI card item to bulma notification at the top (diff)
Remove extra wording in ASGI explanation
Co-authored-by: Kieran Siek <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/pages/code-jams/9/frameworks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/frameworks.html b/pydis_site/templates/events/pages/code-jams/9/frameworks.html
index 6ea2acfc..cc171d54 100644
--- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html
+++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html
@@ -19,7 +19,7 @@
<div class="notification is-info is-light">
<p>Most of the below frameworks implement what is called the ASGI Specification.
- This specification documents how the frameworks should interact with ASGI servers and call the frameworks.
+ This specification documents how the frameworks should interact with ASGI servers.
You are also allowed to <strong>work with the ASGI specification directly</strong> without a framework, if your team so chooses to.
Refer to the <a href="https://asgi.readthedocs.io/en/latest/">specification online</a>.
</p>