Ver código fonte

Fix typo + consistent white line after header (#5438)

Alberto Blanco 5 anos atrás
pai
commit
38189f6733
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      docs/docs/third-party.md

+ 2
- 1
docs/docs/third-party.md Ver arquivo

@@ -29,7 +29,8 @@ export default () => {
29 29
 For more information about how to set up redux read the [react-redux docs](https://react-redux.js.org/)
30 30
 
31 31
 ## react-native-vector-icons
32
-This liabry can be used to set icons as the following example does.
32
+
33
+This library can be used to set icons as the following example does.
33 34
 For available icons read the [react-native-vector-icons docs](https://github.com/oblador/react-native-vector-icons).
34 35
 
35 36
 ```js