Skip to content

Commit 97667c8

Browse files
Update README.md
mark as code
1 parent 0a79ceb commit 97667c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ outcome.errors.details
12211221
Detailed errors can also be manually added during the execute call by passing a
12221222
symbol to `#add` instead of a string.
12231223

1224-
Adding an error at any point during #execute will flag the interaction as invalid. The `#execute` method will, however, run to completion. Interaction started with `.run!` will raise `ActiveInteraction::InvalidInteractionError`.
1224+
Adding an error at any point during `#execute` will flag the interaction as invalid. The `#execute` method will, however, run to completion. Interaction started with `.run!` will raise `ActiveInteraction::InvalidInteractionError`.
12251225

12261226
``` rb
12271227
def execute

0 commit comments

Comments
 (0)