Commit 3f0b112fc5ecd2dba45c316a0cdc153a9717d79d
1 parent
36995556
Exists in
master
and in
1 other branch
Typo [ci skip]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/initializers/secret_token.rb
... | ... | @@ -13,7 +13,7 @@ else |
13 | 13 | if ENV['SECRET_TOKEN'].present? |
14 | 14 | Errbit::Application.config.secret_token = ENV['SECRET_TOKEN'] |
15 | 15 | |
16 | - # Do not raise an error if secret token is not available dureng assets precompilation | |
16 | + # Do not raise an error if secret token is not available during assets precompilation | |
17 | 17 | elsif ENV['RAILS_GROUPS'] != 'assets' |
18 | 18 | raise <<-ERROR |
19 | 19 | ... | ... |