We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba3f93 commit 6b06b26Copy full SHA for 6b06b26
1 file changed
docs/core/steps.md
@@ -412,7 +412,7 @@ Each step is checkpointed independently. If the function is interrupted after st
412
413
## Best practices
414
415
-**Use @durable_step for reusable functions** - Decorate functions you'll use as steps to get automatic naming and convenient, succinct syntax.
+**Use @durable_step for reusable functions** - Decorate functions you'll use as steps to get automatic naming and convenient with succinct syntax.
416
417
**Name steps for debugging** - Use explicit names for steps you'll need to inspect in logs or tests.
418
0 commit comments