Skip to content

Commit bb272d4

Browse files
committed
Fix typos and add https on solidus.io
1 parent 34347d4 commit bb272d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/app/models/spree/order_merger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def merge!(other_order, user = nil)
6767

6868
private
6969

70-
# Retreive a matching line item from the existing order
70+
# Retrieve a matching line item from the existing order
7171
#
7272
# It will compare line items based on variants, and all line item
7373
# comparison hooks on the order.

sample/lib/spree/sample.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Spree
77
module Sample
88
class << self
99
def load_sample(file, shell: Thor::Base.shell.new)
10-
# If file is exists within application it takes precendence.
10+
# If file is exists within application it takes precedence.
1111
if File.exist?(File.join(Rails.root, 'db', 'samples', "#{file}.rb"))
1212
path = File.expand_path(File.join(Rails.root, 'db', 'samples', "#{file}.rb"))
1313
else

sample/solidus_sample.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111

1212
s.author = 'Solidus Team'
1313
s.email = 'contact@solidus.io'
14-
s.homepage = 'http://solidus.io'
14+
s.homepage = 'https://solidus.io'
1515
s.license = 'BSD-3-Clause'
1616

1717
s.metadata['rubygems_mfa_required'] = 'true'

0 commit comments

Comments
 (0)