Browse Source

Add missing word (#5546)

Ian Welsh 5 years ago
parent
commit
f1dc46d182
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/screen-api.md

+ 1
- 1
docs/docs/screen-api.md View File

1
 # Screen API
1
 # Screen API
2
 
2
 
3
 This API is relevant when in a screen component context - it allows a screen to push other screens, pop screens, change its navigator style, etc. Access to this API is available through the `Navigation` module and expect to receive the current presented component id from screen `props.componentId`.
3
 This API is relevant when in a screen component context - it allows a screen to push other screens, pop screens, change its navigator style, etc. Access to this API is available through the `Navigation` module and expect to receive the current presented component id from screen `props.componentId`.
4
-Component must initialize in stack in order to push another component.
4
+Component must initialize in a stack in order to push another component.
5
 
5
 
6
 ## push(componentId, layout)
6
 ## push(componentId, layout)
7
 
7