From f1da1419fa842eba6cc336f59157859c2ac7e071 Mon Sep 17 00:00:00 2001 From: Ezeikel Date: Fri, 3 Nov 2017 18:00:22 +0000 Subject: [PATCH] docs(aio): Fix typo in Architecture Overview. (#20073) --- aio/content/guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index b08346ddd1..7b829eb9db 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -78,7 +78,7 @@ Here's a simple root module:
- 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.