Skip to content

Commit cf7f84b

Browse files
authored
grammar correction
docs (application-architecture): change noun to plural Change noun used on line 82 to the plural form. Change the "one" in the text, "but the most commonly used components are the one that" to "ones" Closes NativeScript#1909
1 parent b9acef2 commit cf7f84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/application-architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ These modules are used as the root for UI containers. Currently, there are only
7979
* The app container - it is only one. You set its root module by passing it to the `application.run()` method.
8080
* Modal view containers - You can have a lot of these. You set a modal view's root module by passing it to the `showModal()` method of any UI component.
8181

82-
A root module can have only one component at the root of its content. You can put virtually any UI component as a root, but the most commonly used components are the one that can have children - the layouts, `TabView`, `SideDrawer` or `Frame`. The `Frame` component can't have children, but it can display and navigate between page modules.
82+
A root module can have only one component at the root of its content. You can put virtually any UI component as a root, but the most commonly used components are the ones that can have children - the layouts, `TabView`, `SideDrawer` or `Frame`. The `Frame` component can't have children, but it can display and navigate between page modules.
8383

8484
Note that the root module will be loaded regardless of navigations until its UI container disappears. This basically means that the app root module will always be loaded. A modal view root module will be unloaded when the modal view is closed.
8585

0 commit comments

Comments
 (0)