Browse Source

Small Typo Fix (#3653)

"more then one screen" should be "more than one screen"
Bob Chen 6 years ago
parent
commit
12ef63bc1f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/layout-types.md

+ 1
- 1
docs/docs/layout-types.md View File

22
 ## stack
22
 ## stack
23
 
23
 
24
 Support children layouts of any kind.
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
 ```js
27
 ```js
28
 const stack = {
28
 const stack = {