Rename fodlers to folders

This commit is contained in:
Terry Moore II 2016-05-09 20:38:29 -04:00 committed by Naomi Black
parent 41677017ab
commit f3c83b0869
1 changed files with 2 additions and 2 deletions

View File

@ -880,7 +880,7 @@ a(href="#toc") Back to top
.s-rule.consider
:marked
**Consider** creating fodlers when we get to seven or more files.
**Consider** creating folders when we get to seven or more files.
.s-why.s-why-last
:marked
@ -1876,7 +1876,7 @@ a(href="#toc") Back to top
.s-why.s-why-last
:marked
**Why?** We get strong typing for the method signatures.
**Why?** We get strong typing for the method signatures.
The compiler and editor can call our attention to misspellings.
+makeExample('style-guide/ts/09-01/app/heroes/shared/hero-button/hero-button.component.avoid.ts', 'example', 'app/heroes/shared/hero-button/hero-button.component.ts')(avoid=1)