Skip to content
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

fix($typescript): Fix typo in TypeScript definition file #51

Merged
merged 1 commit into from
Dec 20, 2017
Merged

fix($typescript): Fix typo in TypeScript definition file #51

merged 1 commit into from
Dec 20, 2017

Conversation

tcudok
Copy link
Contributor

@tcudok tcudok commented Dec 7, 2017

Noticed a small typo in index.d.ts - Recrod -> Record.

For now I'm using this as a workaround:

type Recrod<K extends string, T> = Record<K, T>;

but it would be nice to get this fixed :)

@miltonbecker
Copy link

@faceyspacey pleaaase merge this :)

@faceyspacey faceyspacey merged commit 0db55a6 into faceyspacey:master Dec 20, 2017
@faceyspacey
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants