Skip to content

Commit ef42822

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 9f9854d commit ef42822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5793,7 +5793,7 @@ When choosing an error handling strategy, consider your workflow requirements an
57935793

57945794
##### Inline Error Handling
57955795

5796-
The most basic method involves configuring the onErrors property directly within a state or an action and adding an inline handler. While suitable for specific scenarios, this approach should be used sparingly as it may lead to code duplication and reduced maintainability.
5796+
The most basic method involves configuring the `onErrors` property directly within a state or an action and adding an inline handler. While suitable for specific scenarios, this approach should be used sparingly as it may lead to code duplication and reduced maintainability.
57975797

57985798
<table>
57995799
<tr>

0 commit comments

Comments
 (0)