Skip to content

Commit f5ef278

Browse files
committed
Fix typo
1 parent d5fe0bf commit f5ef278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-reactors/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An action declaration has one of the following forms:
2121
```
2222

2323
The `min_delay`, `min_spacing`, and `policy` are all optional.
24-
If only one argument is given in parentheses, then it is interpreted as an `min_delay`,
24+
If only one argument is given in parentheses, then it is interpreted as a `min_delay`,
2525
if two are given, then they are interpreted as `min_delay` and `min_spacing`.
2626
The `min_delay` and `min_spacing` are time values.
2727
The `policy` argument is a string that can be one of the following:

0 commit comments

Comments
 (0)