Skip to content

Commit 9067a3d

Browse files
authored
Update README.md
1 parent 1225df7 commit 9067a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ engine. For example, an effect that injects a timestamp can look as follows:
9393
{:ts (.getTime (java.util.Date.))})}
9494
```
9595

96-
The effect has an `:id` key specifying the unique identifier that is used be trigger the event
96+
The effect has an `:id` key specifying the unique identifier that is used to trigger the event
9797
by calling the `domino.core/trigger-effects` function. This function accepts a collection of
9898
event ids, e.g: `(trigger-effects ctx [:timestamp])`.
9999

0 commit comments

Comments
 (0)