Ver código fonte

Fixed type in docs/Screen Lifecycle page (#6202)

There was a spelling error in 'lifecycle' which is now fixed.
Arvind Pj 4 anos atrás
pai
commit
4c935924ef
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      website/docs/docs-screen-lifecycle.mdx

+ 1
- 1
website/docs/docs-screen-lifecycle.mdx Ver arquivo

@@ -9,7 +9,7 @@ Any React Component registered with react-native-navigation is enhanced with two
9 9
 * `componentDidAppear` - called each time a component is revealed to the user
10 10
 * `componentDidDisappear` - called each time a component is hidden from user's view **as a result of being detached from hierarchy**
11 11
 
12
-These methods compliment React's liefcycle methods:
12
+These methods compliment React's lifecycle methods:
13 13
 
14 14
 * `componentDidMount` - called once, when a component is attached to hierarchy **for the first time**
15 15
 * `componentWillUnmount` - called once, when a component is destroyed