Skip to content

Commit 3acd13a

Browse files
committed
2 parents 0550b26 + 7ec53a0 commit 3acd13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
142142
]);
143143
```
144144

145-
Instead use the simple getter syntax.
145+
Instead use the simple setter syntax.
146146

147147
```javascript
148148
/* recommended */
@@ -1317,7 +1317,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
13171317
13181318
*Why?*: Provides a consistent way to quickly identify and reference controllers.
13191319
1320-
*Why?*: Pascal-casing is conventional for identifying object tht can be instantiated using a constructor.
1320+
*Why?*: Pascal-casing is conventional for identifying object that can be instantiated using a constructor.
13211321
13221322
```javascript
13231323
/**

0 commit comments

Comments
 (0)