From 320235f016a8d0e6dfb45b5d472fce03b55eea83 Mon Sep 17 00:00:00 2001 From: Lunga Sizani Date: Wed, 8 Feb 2023 08:59:00 +0200 Subject: [PATCH] Fix typos and add https on solidus.io --- core/app/models/spree/order_merger.rb | 2 +- sample/lib/spree/sample.rb | 2 +- sample/solidus_sample.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/app/models/spree/order_merger.rb b/core/app/models/spree/order_merger.rb index c3414a6c5cd..291e801500e 100644 --- a/core/app/models/spree/order_merger.rb +++ b/core/app/models/spree/order_merger.rb @@ -67,7 +67,7 @@ def merge!(other_order, user = nil) private - # Retreive a matching line item from the existing order + # Retrieve a matching line item from the existing order # # It will compare line items based on variants, and all line item # comparison hooks on the order. diff --git a/sample/lib/spree/sample.rb b/sample/lib/spree/sample.rb index 3b3f7d34def..b20e7a97389 100644 --- a/sample/lib/spree/sample.rb +++ b/sample/lib/spree/sample.rb @@ -7,7 +7,7 @@ module Spree module Sample class << self def load_sample(file, shell: Thor::Base.shell.new) - # If file is exists within application it takes precendence. + # If file is exists within application it takes precedence. if File.exist?(File.join(Rails.root, 'db', 'samples', "#{file}.rb")) path = File.expand_path(File.join(Rails.root, 'db', 'samples', "#{file}.rb")) else diff --git a/sample/solidus_sample.gemspec b/sample/solidus_sample.gemspec index dc441eca8ed..3d6b2666c8d 100644 --- a/sample/solidus_sample.gemspec +++ b/sample/solidus_sample.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.author = 'Solidus Team' s.email = 'contact@solidus.io' - s.homepage = 'http://solidus.io' + s.homepage = 'https://solidus.io' s.license = 'BSD-3-Clause' s.metadata['rubygems_mfa_required'] = 'true'