Skip to content

Commit c9036e6

Browse files
committed
Fixes a typo ('esier' -> 'easier')
1 parent ec7dab8 commit c9036e6

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
@@ -446,7 +446,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
446446
```
447447
448448
- Notice that the important stuff is scattered in the preceeding example.
449-
- In the example below, notice that the important stuff is up top. For example, the members bound to the controller such as `vm.avengers` and `vm.title`. The implementation details are down below. This is just esier to read.
449+
- In the example below, notice that the important stuff is up top. For example, the members bound to the controller such as `vm.avengers` and `vm.title`. The implementation details are down below. This is just easier to read.
450450
451451
```javascript
452452
/*

0 commit comments

Comments
 (0)