Skip to content

Commit

Permalink
Update install-and-setup.md (#3500)
Browse files Browse the repository at this point in the history
Replaced missing semicolon in Step 4 code block
  • Loading branch information
erikhaddad committed May 14, 2024
1 parent 3d6bb0b commit bd18c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { Observable } from 'rxjs';
styleUrls: ['app.component.css']
})
export class AppComponent {
firestore: Firestore = inject(Firestore)
firestore: Firestore = inject(Firestore);
items$: Observable<any[]>;

constructor() {
Expand Down

0 comments on commit bd18c61

Please sign in to comment.