docs: fixes to customization docs (#9236)

Closes #9225, #9224, #9226, #9227

Closes DOCS-948, DOCS-947, DOCS-945, DOCS-946
This commit is contained in:
Shahed Nasser
2024-09-26 16:00:37 +03:00
committed by GitHub
parent 474ba92d48
commit ea2cc974cc
10 changed files with 53 additions and 45 deletions

View File

@@ -142,7 +142,7 @@ const step1 = createStep(
async () => {
return new StepResponse(
`Hello from step one!`,
{ message: "Oops! Rolling back my changes..."}
{ message: "Oops! Rolling back my changes..." }
)
},
async ({ message }) => {
@@ -180,7 +180,7 @@ const step1 = createStep(
async () => {
return new StepResponse(
`Hello from step one!`,
{ message: "Oops! Rolling back my changes..."}
{ message: "Oops! Rolling back my changes..." }
)
},
async ({ message }, { container }) => {