Skip to content

Commit

Permalink
Merge pull request #19308 from mrloop/em-routing-doc-update
Browse files Browse the repository at this point in the history
[DOC release] Use correct class declaration
  • Loading branch information
locks committed Dec 15, 2020
2 parents e2384c2 + 3336180 commit 1fa40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/routing/lib/system/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class Route extends EmberObject implements IRoute {
```app/routes/member/interest.js
import Route from '@ember/routing/route';
export default class MemberInterestRoute Route {
export default class MemberInterestRoute extends Route {
queryParams = {
interestQp: { refreshModel: true }
}
Expand Down

0 comments on commit 1fa40fb

Please sign in to comment.