diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-13 12:00:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-13 12:00:46 -0700 |
commit | 34afb00666814d7bcb5c29085a25353986ea805d (patch) | |
tree | 2c7ff27a124e87d9d4dd7f71294f79609717236b /python/fatcat_web/templates | |
parent | 09caaed60efbf525d7eadb73887b50843bd2d9bd (diff) | |
download | fatcat-34afb00666814d7bcb5c29085a25353986ea805d.tar.gz fatcat-34afb00666814d7bcb5c29085a25353986ea805d.zip |
fix 'colected' typos
Thanks for the catch martin
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index c17f81de..5f507082 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -158,7 +158,7 @@ window.goatcounter = { /* title leaks search query, so don't report it */ title: "", - {# to allow localhost connections (dev) to be colected, set: allow_local: true #} + {# to allow localhost connections (dev) to be collected, set: allow_local: true #} }; </script> <script data-goatcounter="{{ config.GOATCOUNTER_ENDPOINT }}" async src="{{ config.GOATCOUNTER_SCRIPT_URL }}"></script> |