Skip to content

Commit dbbafbd

Browse files
authored
fix: remove not exported function (#3378)
1 parent 4b6639d commit dbbafbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Provide an App Check instance and configuration in the application's `NgModule`
2020

2121
```ts
2222
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
23-
import { getAppCheck, provideAppCheck } from '@angular/fire/app-check';
23+
import { provideAppCheck } from '@angular/fire/app-check';
2424

2525
@NgModule({
2626
imports: [

0 commit comments

Comments
 (0)