Skip to content

Commit

Permalink
[DOC] typo in identifier initializer documentation (#8138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur authored Aug 22, 2022
1 parent ce5a6e3 commit 274d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-data-types/q/identifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export type StableRecordIdentifier = StableExistingRecordIdentifier | StableNewR
only `type` as a key.
```ts
import { setIdentifierGenerationMethod } form '@ember-data/store';
import { setIdentifierGenerationMethod } from '@ember-data/store';
export function initialize(applicationInstance) {
// note how `count` here is now scoped to the application instance
Expand Down

0 comments on commit 274d59e

Please sign in to comment.