Skip to content

Commit 4f23fee

Browse files
authored
withNavigationFocus typo (missing Focus)
1 parent e439cba commit 4f23fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/with-navigation-focus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ class FocusStateLabel extends React.Component {
2323

2424
// withNavigationFocus returns a component that wraps FocusStateLabel and passes
2525
// in the navigation prop
26-
export default withNavigation(FocusStateLabel);
26+
export default withNavigationFocus(FocusStateLabel);
2727
```

0 commit comments

Comments
 (0)