Skip to content

Commit

Permalink
docs(aio): Fix typo in Architecture Overview. (angular#20073)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeikel authored and vicb committed Nov 3, 2017
1 parent 5079d2d commit f1da141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f1da141

Please sign in to comment.