Skip to content

Conversation

csharpie
Copy link
Contributor

Checklist

Description

This pull request is to fix a documentation typo, on line 194 of ./docs/firestore/collections.md. The line is exporting an interface AccountDepositId but it is improperly named AccountDepoistId. This pull request fixes this typographical error.

Code sample

Current State:

export interface AccountDepoistId extends AccountDeposit { id: string; }

State with Pull Request Merged:

export interface AccountDepositId extends AccountDeposit { id: string; }

@NothingEverHappens
Copy link
Contributor

Thank you!

@NothingEverHappens NothingEverHappens merged commit 9e65e9d into angular:master May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants