Skip to content

Commit

Permalink
Update Docs: Spelling: and -> an
Browse files Browse the repository at this point in the history
  • Loading branch information
rhynodesigns committed Apr 4, 2024
1 parent e940287 commit fc1828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/reference/products.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $product->schedule($customerGroup, now()->addDays(14));
// Schedule the product to be enabled straight away
$product->schedule($customerGroup);

// The schedule method will accept and array or collection of customer groups.
// The schedule method will accept an array or collection of customer groups.
$product->schedule(CustomerGroup::get());
```

Expand Down

0 comments on commit fc1828b

Please sign in to comment.