Skip to content

Commit f88ee10

Browse files
committed
Fixed type in collections.md line 194 AccountDepositId from AccountDepoistId
1 parent 73d5a1f commit f88ee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ import { Observable } from 'rxjs';
191191
import { map } from 'rxjs/operators';
192192

193193
export interface AccountDeposit { description: string; amount: number; }
194-
export interface AccountDepoistId extends AccountDeposit { id: string; }
194+
export interface AccountDepositId extends AccountDeposit { id: string; }
195195

196196
@Component({
197197
selector: 'app-root',

0 commit comments

Comments
 (0)