Skip to content

Commit 79df75d

Browse files
committed
fix typo and clarify sentence
The sentence had a redundant "use" and it wasn't quite clear if "structure" or "structuring" was the intended wording.
1 parent a99e61c commit 79df75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
21742174
21752175
![Sample App Structure](https://raw.githubusercontent.com/johnpapa/angular-styleguide/master/assets/modularity-2.png)
21762176
2177-
Note: Do not use structuring using folders-by-type. This requires moving to multiple folders when working on a feature and gets unwieldy quickly as the app grows to 5, 10 or 25+ views and controllers (and other features), which makes it more difficult than folder-by-feature to locate files.
2177+
Note: Do not structure your app using folders-by-type. This requires moving to multiple folders when working on a feature and gets unwieldy quickly as the app grows to 5, 10 or 25+ views and controllers (and other features), which makes it more difficult than folder-by-feature to locate files.
21782178
21792179
```javascript
21802180
/*

0 commit comments

Comments
 (0)