Explorar el Código

Small Typo Fix (#3653)

"more then one screen" should be "more than one screen"
Bob Chen hace 6 años
padre
commit
12ef63bc1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/docs/layout-types.md

+ 1
- 1
docs/docs/layout-types.md Ver fichero

@@ -22,7 +22,7 @@ const component = {
22 22
 ## stack
23 23
 
24 24
 Support children layouts of any kind.
25
-A stack can be initialised with more then one screen, in which case the last screen will be presented at the top of the stack.
25
+A stack can be initialised with more than one screen, in which case the last screen will be presented at the top of the stack.
26 26
 
27 27
 ```js
28 28
 const stack = {