diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-11-19 23:08:23 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-11-22 01:01:23 +0900 |
commit | e902f462c213d1bb0cc56f298c7bef01befa0616 (patch) | |
tree | 1d9b1f7328e9a5f1e3fb2f047f764b97db772780 /config | |
parent | d093bbaec526637bf0ce550b50002c19c7a1c056 (diff) | |
download | gitlab-ce-e902f462c213d1bb0cc56f298c7bef01befa0616.tar.gz |
Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/boot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/boot.rb b/config/boot.rb index 1aeacdabbad..725473ac7f6 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -12,5 +12,5 @@ require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) begin require 'bootsnap/setup' rescue LoadError - # bootsnap is optional dependency, so if we don't have it it's fine + # bootsnap is an optional dependency, so if we don't have it, it's fine end |