Skip to content

Commit 197e3ff

Browse files
Albejrjamesdaniels
andauthored
docs(upgrade): fix import (#2997)
Co-authored-by: James Daniels <jamesdaniels@google.com>
1 parent 63ae920 commit 197e3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/version-7-upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In AngularFire v7 working with multiple instances was difficult, in the new SDK
103103

104104
```ts
105105
import { FirebaseApp, FirebaseApps } from '@angular/fire/app';
106-
import { Storage, StorageIsntances } from '@angular/fire/storage';
106+
import { Storage, StorageInstances } from '@angular/fire/storage';
107107

108108
export class Foo {
109109
constructor(

0 commit comments

Comments
 (0)