Skip to content

Commit 74e86c9

Browse files
zalogkatowulf
authored and
katowulf
committed
style: fix tslint warning
For AngularCli tslint.json sais that quote marks has to be single. Closes angular#563
1 parent f63b73e commit 74e86c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/1-install-and-setup.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ import { AngularFireModule } from 'angularfire2';
6767

6868
// Must export the config
6969
export const firebaseConfig = {
70-
apiKey: "<your-key>",
71-
authDomain: "<your-project-authdomain>",
72-
databaseURL: "<your-database-URL>",
73-
storageBucket: "<your-storage-bucket>"
70+
apiKey: '<your-key>',
71+
authDomain: '<your-project-authdomain>',
72+
databaseURL: '<your-database-URL>',
73+
storageBucket: '<your-storage-bucket>'
7474
};
7575

7676
@NgModule({

0 commit comments

Comments
 (0)