Skip to content

Commit c0b1c20

Browse files
gshigetojamesdaniels
authored andcommitted
docs(functions): fix typo (#1891)
1 parent 9293dc6 commit c0b1c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/functions/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ AngularFireFunctions is super easy. You create a function on the server side and
5353
```ts
5454

5555
import { Component } from '@angular/core';
56-
import { AngularFireStorage } from '@angular/fire/functions';
56+
import { AngularFireFunctions } from '@angular/fire/functions';
5757

5858
@Component({
5959
selector: 'app-root',

0 commit comments

Comments
 (0)