Skip to content

Commit 80e3a5b

Browse files
committed
Fix typo
1 parent 69d6ac2 commit 80e3a5b

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
@@ -117,7 +117,7 @@ massive(dbConfig).then((db) => {
117117
dbConfig.schema,
118118
migrationSequences
119119
)
120-
const actionWatcher = new BaseActionWatcher(actionReader, actionHander, 500)
120+
const actionWatcher = new BaseActionWatcher(actionReader, actionHandler, 500)
121121
actionWatcher.watch()
122122
})
123123
```

0 commit comments

Comments
 (0)