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

Commit 1f8ba99

Browse files
Few fixes caught after push
1 parent 23baaa1 commit 1f8ba99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ block includes
150150
## Component
151151
.l-sub-section
152152
:marked
153-
An Angular class responsible for exposing data to a [View](#view) and handling most of the view’s display and user-interaction logic.
153+
An Angular class responsible for exposing data to a [view](#view) and handling most of the view’s display and user-interaction logic.
154154

155155
The *component* is one of the most important building blocks in the Angular system.
156156
It is, in fact, an Angular [directive](#directive) with a companion [template](#template).
@@ -399,7 +399,7 @@ a#H
399399
+ifDocsFor('ts')
400400
a#jit
401401
:marked
402-
## Just in Time (JIT) Compilation
402+
## Just in Time (JIT) compilation
403403
.l-sub-section
404404
:marked
405405
With Angular _Just in Time_ bootstrapping you compile your components and modules in the browser
@@ -535,7 +535,7 @@ a#N
535535
## Provider
536536
.l-sub-section
537537
:marked
538-
A [Provider](!{_ProviderUrl}) creates a new instance of a dependency for the
538+
A [provider](!{_ProviderUrl}) creates a new instance of a dependency for the
539539
[dependency injection](#dependency-injection) system.
540540
It relates a lookup token to code—sometimes called a "recipe"—that can create a dependency value.
541541

0 commit comments

Comments
 (0)