diff --git a/www/apps/book/app/customization/integrate-systems/schedule-task/page.mdx b/www/apps/book/app/customization/integrate-systems/schedule-task/page.mdx index 8e8ae9515e..375c1b3a00 100644 --- a/www/apps/book/app/customization/integrate-systems/schedule-task/page.mdx +++ b/www/apps/book/app/customization/integrate-systems/schedule-task/page.mdx @@ -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: