aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-07-14 03:44:39 +0200
committerGravatar GitHub <[email protected]>2022-07-14 03:44:39 +0200
commit2d353e93715205d3365730dcc1ae59f61beba87d (patch)
tree23410820068e5d1a895d1aa982f66335b122c01b /pydis_site
parentAdd rule about forced usage of WebSockets (diff)
De-capitalize aiohttp in codejam frameworks
Co-authored-by: Numerlor <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/pages/code-jams/9/frameworks.html4
1 files changed, 2 insertions, 2 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 57071463..b462c733 100644
--- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html
+++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html
@@ -71,8 +71,8 @@
<div class="card mb-4">
<div class="card-content">
<div class="content">
- <p class="subtitle">AioHTTP</p>
- <p>AioHTTP provides both a client and server WebSocket implementation, while avoiding callback-hell.
+ <p class="subtitle">aiohttp</p>
+ <p>aiohttp provides both a client and server WebSocket implementation, while avoiding callback-hell.
</p>
</div>
</div>