Skip to content

Commit 14e7b11

Browse files
goszczynskipsupasate
authored andcommitted
add missing semicolon and fix typo
1 parent d240f07 commit 14e7b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ declare module 'connected-react-router' {
5959
export function createMatchSelector<
6060
S extends RouterRootState, Params extends { [K in keyof Params]?: string }
6161
>(path: string): matchSelectorFn<S, Params>;
62-
export function onLocationChange(location: Location, action: RouterActionType, isFirstRendering: boolean = false)
63-
: LocationChangeAction
62+
export function onLocationChanged(location: Location, action: RouterActionType, isFirstRendering: boolean = false)
63+
: LocationChangeAction;
6464

6565
export type Push = typeof push;
6666
export type Replace = typeof replace;

0 commit comments

Comments
 (0)