We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On this page:
https://www.learnrxjs.io/learn-rxjs/recipes/uncover-image-game
In this commit:
85908f6
The pluck code got corrupted by the source formatting tool that was applied:
85908f6#diff-b3c46e7d3a576a69c7c246c88a7f7d0d9b2cfc42847228e0d36f1daf21f6b5fcL170
It should be:
pluck<KeyboardEvent, string>("code"),
The text was updated successfully, but these errors were encountered:
bug(uncover-image-game.md): code broken by source formatting commit, f…
5ea4f27
…ixes btroncone#318
Successfully merging a pull request may close this issue.
On this page:
https://www.learnrxjs.io/learn-rxjs/recipes/uncover-image-game
In this commit:
85908f6
The pluck code got corrupted by the source formatting tool that was applied:
85908f6#diff-b3c46e7d3a576a69c7c246c88a7f7d0d9b2cfc42847228e0d36f1daf21f6b5fcL170
It should be:
The text was updated successfully, but these errors were encountered: