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

Commit c078a59

Browse files
Sentence case on glossary entries
1 parent e45cd49 commit c078a59

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ block includes
2828
+ifDocsFor('ts')
2929
a#aot
3030
:marked
31-
## Ahead of Time (AOT) Compilation
31+
## Ahead of Time (AOT) compilation
3232
.l-sub-section
3333
:marked
3434
You can compile Angular applications at build-time.
@@ -37,7 +37,7 @@ block includes
3737
Ahead of time compiled applications also benefit from decreased load time and increased performance.
3838

3939
:marked
40-
## Angular Module
40+
## Angular module
4141
.l-sub-section
4242
:marked
4343
Helps you organize an application into cohesive blocks of functionality.
@@ -57,7 +57,7 @@ block includes
5757
In practice, a synonym for [Decoration](#decorator).
5858

5959
:marked
60-
## Attribute Directive
60+
## Attribute directive
6161
.l-sub-section
6262
:marked
6363
A category of [directive](#directive) that can listen to and modify the behavior of
@@ -176,7 +176,7 @@ block includes
176176
spelled in dash-case.
177177

178178
:marked
179-
## Data Binding
179+
## Data binding
180180
.l-sub-section
181181
:marked
182182
Applications display data values to a user and respond to user
@@ -204,7 +204,7 @@ block includes
204204
a#decorator
205205
a#decoration
206206
:marked
207-
## Decorator | Decoration
207+
## Decorator | decoration
208208
.l-sub-section
209209
block decorator-defn
210210
:marked
@@ -234,10 +234,10 @@ block includes
234234
Always include parentheses `()` when applying a decorator.
235235

236236
:marked
237-
## Dependency Injection
237+
## Dependency injection
238238
.l-sub-section
239239
:marked
240-
Dependency Injection is both a design pattern and a mechanism
240+
Dependency injection is both a design pattern and a mechanism
241241
for creating and delivering parts of an application to other
242242
parts of an application that request them.
243243

@@ -415,7 +415,7 @@ a#H
415415

416416
.l-main-section#L
417417
:marked
418-
## Lifecycle Hooks
418+
## Lifecycle hooks
419419
.l-sub-section
420420
:marked
421421
[Directives](#directive) and [components](#component) have a lifecycle
@@ -544,7 +544,7 @@ a#Q
544544

545545
+ifDocsFor('ts|js')
546546
:marked
547-
## Reactive Forms
547+
## Reactive forms
548548
.l-sub-section
549549
:marked
550550
A technique for building Angular forms through code in a component.
@@ -584,15 +584,15 @@ a#Q
584584

585585
+ifDocsFor('ts|js')
586586
:marked
587-
## RouterModule
587+
## Router module
588588
.l-sub-section
589589
:marked
590590
A separate [Angular module](#angular-module) that provides the necessary service providers and directives for navigating through application views.
591591

592592
For more information, see the [Routing & Navigation](!{docsLatest}/guide/router.html) page.
593593

594594
:marked
595-
## Routing Component
595+
## Routing component
596596
.l-sub-section
597597
block routing-component-defn
598598
:marked
@@ -604,7 +604,7 @@ a#Q
604604

605605
+ifDocsFor('ts|js')
606606
:marked
607-
## Scoped Package
607+
## Scoped package
608608
.l-sub-section
609609
:marked
610610
Angular modules are delivered within *scoped packages* such as `@angular/core`, `@angular/common`, `@angular/platform-browser-dynamic`,
@@ -645,7 +645,7 @@ a#snake-case
645645
For more information, see the [Services](!{docsLatest}/tutorial/toh-pt4.html) page of the [Tour of Heroes](!{docsLatest}/tutorial/) tutorial.
646646

647647
:marked
648-
## Structural Directive
648+
## Structural directive
649649
.l-sub-section
650650
:marked
651651
A category of [directive](#directive) that can
@@ -666,7 +666,7 @@ a#snake-case
666666

667667
+ifDocsFor('ts|js')
668668
:marked
669-
## Template-Driven Forms
669+
## Template-driven forms
670670
.l-sub-section
671671
:marked
672672
A technique for building Angular forms using HTML forms and input elements in the view.
@@ -684,7 +684,7 @@ a#snake-case
684684
in the [Forms](!{docsLatest}/guide/forms.html) page.
685685

686686
:marked
687-
## Template Expression
687+
## Template expression
688688
.l-sub-section
689689
:marked
690690
An expression is a !{_Lang}-like syntax that Angular evaluates within

0 commit comments

Comments
 (0)