Skip to content

Commit bef7a95

Browse files
nstanardtoddmotto
authored andcommitted
Quick verbiage update (toddmotto#133)
* Quick verbiage update * Closer verbiage ;)
1 parent b095805 commit bef7a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const AppComponent = {
8181
};
8282
```
8383

84-
A root module is then created, with `AppComponent` imported and registered with `.component('app', AppComponent)`. Further imports for submodules (component and common modules) are made to include all components relevant for the application. You'll noticed styles are also being imported here, we'll come onto this in later chapters in this guide.
84+
A root module is then created, with `AppComponent` imported and registered with `.component('app', AppComponent)`. Further imports for submodules (component and common modules) are made to include all components relevant for the application. You'll notice styles are also being imported here, we'll come onto this in later chapters in this guide.
8585

8686
```js
8787
// app.module.js

0 commit comments

Comments
 (0)