Corrects spelling mistake

This commit is contained in:
2023-07-25 04:49:25 +00:00
parent 32b3904c39
commit 9ea241f8ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module ApplicationHelper
include TableHelper
include AdminHelper
RECAPTCHA_SITE_KEY = ENV['RECAPTCH_SITE_KEY']
RECAPTCHA_SITE_KEY = ENV['RECAPTCHA_SITE_KEY']
def is_production?
Rails.env == 'production' || Rails.env == 'preview'