Skip to content

Commit 249337f

Browse files
committed
added an example of a named reoute resolve function
1 parent cfd9721 commit 249337f

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
@@ -1327,7 +1327,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
13271327
}
13281328
```
13291329
1330-
Note: The example below shows the route resolve function becomes a named function, which is easier to debug and easier to handle dependency injection.
1330+
Note: The example below shows the route resolve points to a named function, which is easier to debug and easier to handle dependency injection.
13311331
13321332
```javascript
13331333
/* even better */

0 commit comments

Comments
 (0)