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

Commit caec707

Browse files
kdrvnwardbell
authored andcommitted
docs(style-guide): fix typo (#2927)
Fix a typo on the T-DRY section.
1 parent 339494c commit caec707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ a(href="#toc") Back to top
10741074
.s-why.s-why-last
10751075
:marked
10761076
**Why?** Being DRY is important, but not crucial if it sacrifices the other elements of LIFT.
1077-
That's why its calle _T-DRY_.
1077+
That's why it's called _T-DRY_.
10781078
For example, it's redundant to name a component, `hero-view.component.html` because a component is obviously a view.
10791079
But if something is not obvious or departs from a convention, then spell it out.
10801080

0 commit comments

Comments
 (0)