Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8a49b4a

Browse files
bampakoanaomiblack
authored andcommitted
docs(component-styles): Small typo fixes
Small typo fixes
1 parent c9b66ea commit 8a49b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/component-styles.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include ../_util-fns
88
On top of this, Angular has the ability to bundle *component styles*
99
with our components enabling a more modular design than regular stylesheets.
1010

11-
In this chapter we how to load and apply these *component styles*.
11+
In this chapter we learn how to load and apply these *component styles*.
1212

1313
# Table Of Contents
1414

@@ -176,7 +176,7 @@ a(id='loading-styles')
176176
`styles: [require('my.component.css')]`
177177

178178
We set the `styles` property, **not** `styleUrls` property! The module bundler is loading the CSS strings, not Angular.
179-
Angular only sees the CSS strings *after* the bundler loaded them. To Angular it is as if
179+
Angular only sees the CSS strings *after* the bundler loads them. To Angular it is as if
180180
we wrote the `styles` array by hand.
181181
Refer to the module bundler's documentation for information on loading CSS in this manner.
182182

0 commit comments

Comments
 (0)