diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:54:45 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:54:45 -0800 |
commit | 5bca4dfde78cc1ac30a249a128a87c3d0b1a263e (patch) | |
tree | a2174d88468cfbe38d542a2cb90925bf23171226 /fatcat_scholar/web.py | |
parent | 36b30ca9c8da2691964223f67a7674156428e93a (diff) | |
download | fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.tar.gz fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.zip |
codespell fixes
Diffstat (limited to 'fatcat_scholar/web.py')
-rw-r--r-- | fatcat_scholar/web.py | 2 |
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. |