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

A minor documentation bug in tutorial #2412

Closed
ivan7237d opened this issue Feb 24, 2017 · 2 comments
Closed

A minor documentation bug in tutorial #2412

ivan7237d opened this issue Feb 24, 2017 · 2 comments
Labels
docs Issues and PRs related to documentation

Comments

@ivan7237d
Copy link

The examples in this section

http://reactivex.io/rxjs/manual/tutorial.html#producing-values

are meant to start with listening to key events on the first line, not 'input' events.

@kwonoj kwonoj added the docs Issues and PRs related to documentation label Mar 1, 2017
@lachlanhunt
Copy link

The event should probably be "keypress" and the observables should use .pluck("key") to get anything like the expected output in the comments.

@benlesh
Copy link
Member

benlesh commented Aug 18, 2020

Our documentation is now officially at rxjs.dev.

@benlesh benlesh closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Issues and PRs related to documentation
Projects
None yet
Development

No branches or pull requests

4 participants