Skip to content

Commit

Permalink
Fix typos and add https on solidus.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lsizani committed Feb 10, 2023
1 parent 1caa379 commit 320235f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/app/models/spree/order_merger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sample/lib/spree/sample.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sample/solidus_sample.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|

s.author = 'Solidus Team'
s.email = '[email protected]'
s.homepage = 'http://solidus.io'
s.homepage = 'https://solidus.io'
s.license = 'BSD-3-Clause'

s.metadata['rubygems_mfa_required'] = 'true'
Expand Down

0 comments on commit 320235f

Please sign in to comment.