Skip to content

Commit e0704e4

Browse files
blogscotkelset
authored andcommitted
Guide-Headers.md (react-navigation#3000)
Spelling/Typos fixes
1 parent caf8379 commit e0704e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/Guide-Headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class EditInfoScreen extends React.Component {
132132
}
133133
```
134134

135-
**Note**: Since the `handleSave`-param is only set on component mount it is not immidiately available in the `navigationOptions`-function. Before `handleSave` is set we pass down an empty function to the `Button`-component in order to make it render immidiately and avoid flickering.
135+
**Note**: Since the `handleSave`-param is only set on component mount it is not immediately available in the `navigationOptions`-function. Before `handleSave` is set we pass down an empty function to the `Button`-component in order to make it render immediately and avoid flickering.
136136

137137

138138
To see the rest of the header options, see the [navigation options document](/docs/navigators/navigation-options#Stack-Navigation-Options).

0 commit comments

Comments
 (0)