From e4fcaa5992c6c825ccb1847f9aa73b4bf79d88de Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Sat, 15 Jun 2019 20:45:57 +0100 Subject: [PATCH] Fix typo in package.rb --- app/models/stock/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/stock/package.rb b/app/models/stock/package.rb index d6cac2fdf7..75f6b30261 100644 --- a/app/models/stock/package.rb +++ b/app/models/stock/package.rb @@ -10,7 +10,7 @@ # module Stock class Package < Spree::Stock::Package - # Returns all exsiting shipping categories. + # Returns all existing shipping categories. # It does not filter by the shipping categories of the products in the order. # It allows checkout of products with categories that are not the shipping methods categories # It disables the matching of product shipping category with shipping method's category