docs: fix typo in code in module isolation documentation

This commit is contained in:
Shahed Nasser
2024-12-11 12:10:24 +02:00
committed by GitHub
parent fd77809158
commit 1e04f90d93

View File

@@ -105,7 +105,7 @@ export const syncBrandsWorkflow = createWorkflow(
() => {
const brands = retrieveBrandsStep()
updateBrandsInCmsStep({ brands })
createBrandsInCmsStep({ brands })
}
)
```