Skip to content

Commit da74e41

Browse files
committed
Merge pull request johnpapa#47 from sahat/patch-1
fixed typo in controller names section
2 parents bca1769 + 33b5104 commit da74e41

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
@@ -1314,7 +1314,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
13141314
13151315
*Why?*: Provides a consistent way to quickly identify and reference controllers.
13161316
1317-
*Why?*: Pascal-casing is conventional for identifying object tht can be instantiated using a constructor.
1317+
*Why?*: Pascal-casing is conventional for identifying object that can be instantiated using a constructor.
13181318
13191319
```javascript
13201320
/**

0 commit comments

Comments
 (0)