Skip to content

Commit

Permalink
docs: fix typo in code in module isolation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 11, 2024
1 parent fd77809 commit 1e04f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const syncBrandsWorkflow = createWorkflow(
() => {
const brands = retrieveBrandsStep()

updateBrandsInCmsStep({ brands })
createBrandsInCmsStep({ brands })
}
)
```
Expand Down

0 comments on commit 1e04f90

Please sign in to comment.