Skip to content

Commit dfc962f

Browse files
authored
docs(functions): fix import in functions docs (#2516)
1 parent bdee51f commit dfc962f

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
@@ -145,7 +145,7 @@ Next, configure functions origin to point at your app domain:
145145

146146
```ts
147147
import { NgModule } from '@angular/core';
148-
import { AngularFireFunctionsModule, FUNCTIONS_ORIGIN } from '@angular/fire/functions';
148+
import { AngularFireFunctionsModule, ORIGIN } from '@angular/fire/functions';
149149

150150
@NgModule({
151151
imports: [

0 commit comments

Comments
 (0)