Skip to content

Commit 640d18f

Browse files
committed
up
1 parent dc97220 commit 640d18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const forwardingEventProcessor = createForwardingEventProcessor();
167167
```
168168

169169
### Custom event dispatcher
170-
In both v5 and v6, custom event dispatchers must implement the `EventDispatcher` interface. In v5, the `EventDispatcher` interface has been updated so that the `dispatchEvent` method returns a Promise instead of calling a callback.
170+
In both v5 and v6, custom event dispatchers must implement the `EventDispatcher` interface. In v6, the `EventDispatcher` interface has been updated so that the `dispatchEvent` method returns a Promise instead of calling a callback.
171171

172172
In v5 (Before):
173173

0 commit comments

Comments
 (0)