Skip to content

Commit c3eee1e

Browse files
authored
fix typo
1 parent 7d1ccf8 commit c3eee1e

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
@@ -380,7 +380,7 @@ export default Ember.Route.extend({
380380

381381
Shoebox gives you great capabilities, but using in in the real app is pretty rough. Have you ever thought that such kind of logic should be done behind the scenes? In a large codebase, defining `fastboot.isFastboot` conditionals can be a daunting task. Furthermore, it generates a lot of boilerplate code, which obscures the solution. Sooner or later coupling with `shoebox` will spread over all routes.
382382

383-
That's why [ember-cashed-shoe](https://www.npmjs.com/ember-cached-shoe) was born.
383+
That's why [ember-cached-shoe](https://www.npmjs.com/ember-cached-shoe) was born.
384384

385385
After installing and applying it, your routes can look like this:
386386

0 commit comments

Comments
 (0)