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