docs(aio): Fix typo in Architecture Overview. (#20073)

This commit is contained in:
Ezeikel 2017-11-03 18:00:22 +00:00 committed by Victor Berchet
parent 5079d2d37c
commit f1da1419fa
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Here's a simple root module:
<div class="l-sub-section">
The `export` of `AppComponent` is just to show how to export; it isn't actually necessary in this example. A root module has no reason to _export_ anything because other components don't need to _import_ the root module.
The `export` of `AppComponent` is just to show how to use the `exports` array to export a component; it isn't actually necessary in this example. A root module has no reason to _export_ anything because other components don't need to _import_ the root module.
</div>