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

docs(style-guide): fix typo #2927

Merged
merged 1 commit into from
Dec 5, 2016
Merged
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
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/style-guide.jade
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**Why?** Being DRY is important, but not crucial if it sacrifices the other elements of LIFT.
That's why its calle _T-DRY_.
That's why it's called _T-DRY_.
For example, it's redundant to name a component, `hero-view.component.html` because a component is obviously a view.
But if something is not obvious or departs from a convention, then spell it out.

Expand Down