From 92ad978b8a82977e40e39348165b9c8e9fc008e5 Mon Sep 17 00:00:00 2001 From: Philip Nagler-Frank Date: Tue, 23 Jun 2020 14:22:28 +0200 Subject: [PATCH] fix import in functions docs --- docs/functions/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/functions/functions.md b/docs/functions/functions.md index 5e3d59bb2..47f2f52e7 100644 --- a/docs/functions/functions.md +++ b/docs/functions/functions.md @@ -145,7 +145,7 @@ Next, configure functions origin to point at your app domain: ```ts import { NgModule } from '@angular/core'; -import { AngularFireFunctionsModule, FUNCTIONS_ORIGIN } from '@angular/fire/functions'; +import { AngularFireFunctionsModule, ORIGIN } from '@angular/fire/functions'; @NgModule({ imports: [