Skip to content

Commit 08340f8

Browse files
lora-reamesdavideast
authored andcommitted
docs(api-reference) typo
removed line break at 271 which was breaking syntax highlighting for that code block
1 parent 4f2e60a commit 08340f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/api-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,7 @@ class App {
268268
}
269269
```
270270
Alternatively, if you wish to extend an existing AngularFire component to monitor authentication status:
271-
```
272-
ts
271+
```ts
273272
import {AngularFire, FirebaseAuth} from 'angularfire2';
274273
@Component({
275274
selector: 'auth-status',

0 commit comments

Comments
 (0)