Rename fodlers to folders
This commit is contained in:
parent
41677017ab
commit
f3c83b0869
|
@ -880,7 +880,7 @@ a(href="#toc") Back to top
|
||||||
|
|
||||||
.s-rule.consider
|
.s-rule.consider
|
||||||
:marked
|
: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
|
.s-why.s-why-last
|
||||||
:marked
|
:marked
|
||||||
|
@ -1876,7 +1876,7 @@ a(href="#toc") Back to top
|
||||||
|
|
||||||
.s-why.s-why-last
|
.s-why.s-why-last
|
||||||
:marked
|
: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.
|
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)
|
+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)
|
||||||
|
|
Loading…
Reference in New Issue