docs: fix multiple typos in customization chapters (#10727)

This commit is contained in:
Shahed Nasser
2024-12-24 17:29:07 +02:00
committed by GitHub
parent 8441d2ab9d
commit bff031ba8f
4 changed files with 9 additions and 9 deletions
@@ -45,7 +45,7 @@ export const eventHighlights = [
["15", "data", "The data to pass in the payload."]
]
```ts title="src/workflows/create-brand/index.ts" highlights={eventHighlights}
```ts title="src/workflows/create-brand.ts" highlights={eventHighlights}
// other imports...
import {
emitEventStep,