about summary refs log tree commit diff
path: root/config/initializers/preload_link_headers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/preload_link_headers.rb')
-rw-r--r--config/initializers/preload_link_headers.rb2
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