Skip to content

Fixed typo in collections.md line 194 #2462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2020

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