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

docs(style-guide): edit copy #3020

Merged
merged 2 commits into from
Jan 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class ToastComponent implements OnInit {

private defaults = {
title: '',
message: 'May the Force be with You'
message: 'May the Force be with you'
};
message: string;
title: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class ToastComponent implements OnInit {
// private fields
private defaults = {
title: '',
message: 'May the Force be with You'
message: 'May the Force be with you'
};
private toastElement: any;

Expand Down
Loading