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

Commit 512d067

Browse files
committed
Revert minor grammar fix to keep PR atomic, fix missing #docregion that caused heroes.component.css to render incorrectly in the summary of changed files.
1 parent 6c7477e commit 512d067

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

public/docs/_examples/toh-6/ts/app/heroes.component.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* #docregion */
12
.selected {
23
background-color: #CFD8DC !important;
34
color: white;
@@ -64,3 +65,4 @@ button.delete-button{
6465
color:white;
6566
}
6667
/* #enddocregion delete-hero */
68+
/* #enddocregion */

public/docs/ts/latest/tutorial/toh-pt6.jade

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,14 @@ block file-summary
419419
toh-6/ts/app/hero-detail.component.ts,
420420
toh-6/ts/app/hero-detail.component.html,
421421
toh-6/ts/app/hero.service.ts,
422-
toh-6/ts/app/in-memory-data.service.ts,
423-
toh-6/ts/sample.css`,
422+
toh-6/ts/app/in-memory-data.service.ts,`,
424423
null,
425424
`app.comp...ts,
426425
heroes.comp...ts,
427426
heroes.comp...html,
427+
heroes.comp...css,
428428
hero-detail.comp...ts,
429429
hero-detail.comp...html,
430430
hero.service.ts,
431-
in-memory-data.service.ts,
432-
sample.css`
431+
in-memory-data.service.ts,`
433432
)

0 commit comments

Comments
 (0)