diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-02-22 14:14:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 20:14:17 +0100 |
commit | 73f5e4a1d9c6d067ff62c5cc9a65d929a56f0f00 (patch) | |
tree | f012ffa81db81ea4fb14e47ec92e4dc8f088444c /config/initializers | |
parent | 166f6e4b500dd84eeffdbf887b2dc21e6d8c0aa6 (diff) |
Fix various typos (#17621)
Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`
Diffstat (limited to 'config/initializers')
-rw-r--r-- | config/initializers/preload_link_headers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/preload_link_headers.rb b/config/initializers/preload_link_headers.rb index 9f21c45ec..364a7cc1b 100644 --- a/config/initializers/preload_link_headers.rb +++ b/config/initializers/preload_link_headers.rb @@ -2,7 +2,7 @@ # in the Links header per default. # In our case, that will bloat headers too much and potentially cause -# issues with reverse proxies. Furhermore, we don't need those links, +# issues with reverse proxies. Furthermore, we don't need those links, # as we already output them as HTML link tags. Rails.application.config.action_view.preload_links_header = false |