diff --git a/ember-data-types/q/identifier.ts b/ember-data-types/q/identifier.ts index e16ab2c7d50..2dcca59de0d 100644 --- a/ember-data-types/q/identifier.ts +++ b/ember-data-types/q/identifier.ts @@ -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