Skip to content

Commit e26b5d6

Browse files
committed
fix(action-listener-middleware): typo
1 parent f040ad6 commit e26b5d6

File tree

1 file changed

+1
-1
lines changed
  • packages/action-listener-middleware/src

1 file changed

+1
-1
lines changed

packages/action-listener-middleware/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function assertFunction(
5555
expected: string
5656
): asserts func is (...args: unknown[]) => unknown {
5757
if (typeof func !== 'function') {
58-
throw new TypeError(`${expected} in not a function`)
58+
throw new TypeError(`${expected} is not a function`)
5959
}
6060
}
6161

0 commit comments

Comments
 (0)