Skip to content

Commit 4d5edf8

Browse files
nickschotpichfl
authored andcommitted
Less shouting
1 parent 39414bd commit 4d5edf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

text/0000-route-manager-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ The model hooks are an RSVP Promise chain handled by router_js. We can put them
329329

330330
`willExit`:
331331

332-
- `willTransition` event (currently sync), bubbles through RouteInfos as long as true is returned or no handler is present. **NOTE: THESE BUBBLE BOTTOM UP!**
332+
- `willTransition` event (currently sync), bubbles through RouteInfos as long as true is returned or no handler is present. **NOTE:** these bubble.
333333
- `routeWillChange` event (currently sync), router service event.
334334

335335
`enter`:
@@ -347,7 +347,7 @@ The model hooks are an RSVP Promise chain handled by router_js. We can put them
347347

348348
- `activate` hook
349349
- `setupController` hook
350-
- `didTransition` event **NOTE: THESE BUBBLE BOTTOM UP!**
350+
- `didTransition` event **NOTE:** these bubble.
351351
- `routeDidChange` event, router service event
352352

353353
---

0 commit comments

Comments
 (0)