Commit f65e7734e77 for woocommerce
commit f65e7734e772c312ed3d2293d5fde2e405ec932f
Author: Amit Raj <77401999+amitraj2203@users.noreply.github.com>
Date: Mon Apr 20 12:35:42 2026 +0530
Fix: Correct two typos in available-slot-fills.md documentation (#64228)
* Fix typo in documentation for 'collapse' parameter in available slot fills
* Fix typo in local pickup option message in available slot fills documentation
* Add changelog file
diff --git a/docs/block-development/extensible-blocks/cart-and-checkout-blocks/available-slot-fills.md b/docs/block-development/extensible-blocks/cart-and-checkout-blocks/available-slot-fills.md
index 96a645fc18f..3ead93e982d 100644
--- a/docs/block-development/extensible-blocks/cart-and-checkout-blocks/available-slot-fills.md
+++ b/docs/block-development/extensible-blocks/cart-and-checkout-blocks/available-slot-fills.md
@@ -85,7 +85,7 @@ Checkout:
### Passed parameters
- `collapsible`: `Boolean|undefined` If a shipping package panel should be collapsible or not, this is false in Checkout and undefined in Cart.
-- `collapse`: `Boolean` If a panel should be collapsed by default, this is true if if panels are collapsible.
+- `collapse`: `Boolean` If a panel should be collapsed by default, this is true if panels are collapsible.
- `showItems`: `Boolean|undefined` If we should show the content of each package, this is undefined in Cart and Checkout and is left to the actual package logic to decide.
- `noResultsMessage`: A React element that you can render if there are no shipping options.
- `renderOption`: a render function that takes a rate object and returns a render option.
@@ -108,7 +108,7 @@ const render = () => {
<ExperimentalOrderLocalPickupPackages>
<div>
{ __(
- 'By using our convenient local pickup option, you can come to our store and pick up your order. We will send you and email when your order is ready for pickup.',
+ 'By using our convenient local pickup option, you can come to our store and pick up your order. We will send you an email when your order is ready for pickup.',
'YOUR-TEXTDOMAIN'
) }
</div>
diff --git a/plugins/woocommerce/changelog/fix-issue-64227 b/plugins/woocommerce/changelog/fix-issue-64227
new file mode 100644
index 00000000000..b5e98a2bc29
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-issue-64227
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix two typos in available-slot-fills.md — remove duplicate word and correct wrong article.