Skip to content

Commit fb79c81

Browse files
committed
Merge pull request johnpapa#106 from doublelift/patch-1
Fix typos: Getters Section
2 parents e5a7b33 + dea3e80 commit fb79c81

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
@@ -207,9 +207,9 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
207207

208208
### Getters
209209

210-
- When using a module, avoid using a variables and instead use chaining with the getter syntax.
210+
- When using a module, avoid using a variable and instead use chaining with the getter syntax.
211211

212-
*Why?* : This produces more readable code and avoids variables collisions or leaks.
212+
*Why?* : This produces more readable code and avoids variable collisions or leaks.
213213

214214
```javascript
215215
/* avoid */

0 commit comments

Comments
 (0)