aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/web.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-24 15:54:45 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-24 15:54:45 -0800
commit5bca4dfde78cc1ac30a249a128a87c3d0b1a263e (patch)
treea2174d88468cfbe38d542a2cb90925bf23171226 /fatcat_scholar/web.py
parent36b30ca9c8da2691964223f67a7674156428e93a (diff)
downloadfatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.tar.gz
fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.zip
codespell fixes
Diffstat (limited to 'fatcat_scholar/web.py')
-rw-r--r--fatcat_scholar/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py
index 4e21ecd..495ae98 100644
--- a/fatcat_scholar/web.py
+++ b/fatcat_scholar/web.py
@@ -530,7 +530,7 @@ app.include_router(web)
for lang_option in I18N_LANG_OPTIONS:
app.include_router(web, prefix=f"/{lang_option}")
-# Becasue we are mounting 'api' after 'web', the web routes will take
+# Because we are mounting 'api' after 'web', the web routes will take
# precedence. Requests get passed through the API handlers based on content
# negotiation. This is counter-intuitive here in the code, but does seem to
# work, and results in the OpenAPI docs looking correct.