Skip to content

Commit a7af0d6

Browse files
huhuanmingmhegazy
authored andcommitted
Fix Spelling Mistakes (DefinitelyTyped#16770)
1 parent 1c845db commit a7af0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/react-navigation/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ export type NavigationResetActionCreator = (options: NavigationResetAction) => b
607607
export type NavigationBackActionCreator = (options?: NavigationBackAction) => boolean;
608608
export type NavigationSetParamsActionCreator = (options: NavigationSetParamsAction) => boolean;
609609

610-
export interface NavgationComponentProps<T> {
610+
export interface NavigationComponentProps<T> {
611611
screenProps: any
612612
navigation: {
613613
dispatch: any

0 commit comments

Comments
 (0)