Explorar el Código

Fix typo in Reference.md (#252)

Roy Zheng hace 5 años
padre
commit
245120df0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/Reference.md

+ 1
- 1
docs/Reference.md Ver fichero

@@ -278,7 +278,7 @@ Boolean value that forces the `WebView` to show the loading view on the first lo
278 278
 
279 279
 ### `style`
280 280
 
281
-A style object that allow you to customize the `WebView` style. Please not that there are default styles (example: you need to add `flex: 0` to the style if you want to use `height` property).
281
+A style object that allow you to customize the `WebView` style. Please note that there are default styles (example: you need to add `flex: 0` to the style if you want to use `height` property).
282 282
 
283 283
 | Type  | Required |
284 284
 | ----- | -------- |