Преглед на файлове

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

Alberto Blanco преди 5 години
родител
ревизия
38189f6733
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      docs/docs/third-party.md

+ 2
- 1
docs/docs/third-party.md Целия файл

@@ -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