From 51ba80dab3951e1847f414152a88c84941bc2e20 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 25 Jun 2021 00:21:57 -0400 Subject: [PATCH] spelling: languages Signed-off-by: Josh Soref --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 8df126a04..6fc31953d 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -17,7 +17,7 @@ class ApplicationController < ActionController::Base helper_method :current_user helper_method :oauth_token - helper_method :preferred_langauges + helper_method :preferred_languages private -- 2.43.2