Skip to content

Commit

Permalink
Fix doc typo (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
wychoong authored Aug 7, 2023
1 parent 3c3219c commit 30f3ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ $cart->completedOrder

### Changes to `CreateOrder` action

The `Lunar\Actions\Cart/CreateOrder` action has been refactored to run through pipelines, much like how carts are
The `Lunar\Actions\Cart\CreateOrder` action has been refactored to run through pipelines, much like how carts are
currently calculated. If you are currently using your own `CreateOrder` action, you should refactor the logic into
pipelines and ues the provided action.

:::danger
The `CreateAction` class is now final, so if you are extending this action you will need to refactor your
The `CreateOrder` class is now final, so if you are extending this action you will need to refactor your
implementation.
:::

Expand Down

1 comment on commit 30f3ca7

@vercel
Copy link

@vercel vercel bot commented on 30f3ca7 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.