Skip to content

Commit cc1a662

Browse files
authored
Merge pull request #997 from mikedory/patch-2
Typo in docs
2 parents 29144e2 + 93a53cb commit cc1a662

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/install-angular-cli-windows10.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ This should install angular-cli without errors.
6262
#### Post this installation, follow the installation [guide](https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md) to install AngularFire2 and everything should work as expected.
6363
6464
65-
### Note:-
65+
### Note:
6666
When you start your app using "ng serve" in the console, you might still see the below errors. Despite these errors, the application should work as expected and should be able to talk to Firebase.
6767
6868
```ts
69-
7069
ERROR in [default] C:\angularFire2Test\node_modules\angularfire2\interfaces.d.ts:12:34
7170
Cannot find namespace 'firebase'.
7271

@@ -77,5 +76,4 @@ but here has type 'any'.
7776
ERROR in [default] C:\angularFire2Test\src\typings.d.ts:7:12
7877
Subsequent variable declarations must have the same type. Variable 'module' must be of type 'NodeModule',
7978
but here has type 'any'.
80-
8179
```

0 commit comments

Comments
 (0)