Update page.mdx (#9366)

Spelling issue with perform, Fixed it!
This commit is contained in:
arun-prasath2005
2024-10-01 15:16:45 +05:30
committed by GitHub
parent 20943902f9
commit 9bd99df545

View File

@@ -206,7 +206,7 @@ Next, you need to identify which brands must be created or updated.
Since workflows are constructed internally and are only evaluated during execution, you can't access any data's value to perform data manipulation or checks.
Instead, use the `transform` utility function imported from `@medusajs/framework/workflows-sdk`, which gives you access to the real-time values of the data to perfrom actions on them.
Instead, use the `transform` utility function imported from `@medusajs/framework/workflows-sdk`, which gives you access to the real-time values of the data to perform actions on them.
So, replace the `TODO` with the following: