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

Commit 6d431f1

Browse files
kapunahelewongwardbell
authored andcommitted
docs(style-guide): edit copy (#3020)
1 parent d057f73 commit 6d431f1

File tree

3 files changed

+93
-56
lines changed

3 files changed

+93
-56
lines changed

Diff for: public/docs/_examples/style-guide/ts/05-14/app/shared/toast/toast.component.avoid.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class ToastComponent implements OnInit {
77

88
private defaults = {
99
title: '',
10-
message: 'May the Force be with You'
10+
message: 'May the Force be with you'
1111
};
1212
message: string;
1313
title: string;

Diff for: public/docs/_examples/style-guide/ts/05-14/app/shared/toast/toast.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class ToastComponent implements OnInit {
1414
// private fields
1515
private defaults = {
1616
title: '',
17-
message: 'May the Force be with You'
17+
message: 'May the Force be with you'
1818
};
1919
private toastElement: any;
2020

0 commit comments

Comments
 (0)