Fix multiple typos in medusa docs (#5854)
This commit is contained in:
@@ -732,7 +732,7 @@ You can create a fulfillment by sending a request to the [Create a Fulfillment A
|
||||
```tsx
|
||||
import { useAdminCreateFulfillment } from "medusa-react"
|
||||
|
||||
const CreateFuilfillment = () => {
|
||||
const CreateFullfillment = () => {
|
||||
const createFulfillment = useAdminCreateFulfillment(
|
||||
orderId
|
||||
)
|
||||
@@ -752,7 +752,7 @@ You can create a fulfillment by sending a request to the [Create a Fulfillment A
|
||||
// ...
|
||||
}
|
||||
|
||||
export default CreateFuilfillment
|
||||
export default CreateFullfillment
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user