Skip to content

Commit

Permalink
Merge pull request #20677 from elwayman02/patch-1
Browse files Browse the repository at this point in the history
Document @ember/owner module as import for getOwner
  • Loading branch information
locks authored Apr 7, 2024
2 parents 2e6cbb7 + f146922 commit e78142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/owner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { type default as Owner, getOwner as internalGetOwner } from '@ember/-int
```app/components/play-audio.js
import Component from '@glimmer/component';
import { action } from '@ember/object';
import { getOwner } from '@ember/application';
import { getOwner } from '@ember/owner';
// Usage:
//
Expand Down

0 comments on commit e78142e

Please sign in to comment.