소스 검색

Small Typo Fix (#3653)

"more then one screen" should be "more than one screen"
Bob Chen 6 년 전
부모
커밋
12ef63bc1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/layout-types.md

+ 1
- 1
docs/docs/layout-types.md 파일 보기

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