docs(style-guide): fix typo (#2927)

Fix a typo on the T-DRY section.
This commit is contained in:
Kevin Drouvin 2016-12-05 20:59:39 +02:00 committed by Ward Bell
parent 339494c5ea
commit caec707ffa
1 changed files with 1 additions and 1 deletions

View File

@ -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.