@shopfront/bridge 3.0.15--canary.9d0c475.0 → 3.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -808,7 +808,7 @@ class N extends Error {
808
808
  }
809
809
  class C extends Error {
810
810
  constructor() {
811
- super("The sale is not cancelable.");
811
+ super("The sale is not cancellable.");
812
812
  }
813
813
  }
814
814
  class G extends Error {