From f43908c4fb364482076d0c0327b9a322eebb7827 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Tue, 23 Nov 2021 10:13:13 +0200 Subject: [PATCH] Update fulfillment-api.md (#834) --- docs/content/guides/fulfillment-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/fulfillment-api.md b/docs/content/guides/fulfillment-api.md index 93108e558e..ddce386f54 100644 --- a/docs/content/guides/fulfillment-api.md +++ b/docs/content/guides/fulfillment-api.md @@ -60,7 +60,7 @@ You will find that the Webshipper plugin has an implementation for `createReturn ### `canCalculate(fulfillmentOption)` -If implemented this method can be used to dynamically calcluate prices based on a cart's contents or details. The method returns a boolean value indicating if a given fulfillment option can have a dynamically calculated price or not. +If implemented this method can be used to dynamically calculate prices based on a cart's contents or details. The method returns a boolean value indicating if a given fulfillment option can have a dynamically calculated price or not. ### `calculatePrice(fulfillmentOption, fulfillmentData, cart)`