Skip to content

Commit

Permalink
Docs: remove broken MDN link in Overview guide (#6631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarsh committed Oct 21, 2021
1 parent 27a51f6 commit e55bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/guide/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

RxJS is a library for composing asynchronous and event-based programs by using observable sequences. It provides one core type, the [Observable](./guide/observable), satellite types (Observer, Schedulers, Subjects) and operators inspired by [Array#extras](https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/1.6) (map, filter, reduce, every, etc) to allow handling asynchronous events as collections.
RxJS is a library for composing asynchronous and event-based programs by using observable sequences. It provides one core type, the [Observable](./guide/observable), satellite types (Observer, Schedulers, Subjects) and operators inspired by `Array` methods (`map`, `filter`, `reduce`, `every`, etc) to allow handling asynchronous events as collections.

<span class="informal">Think of RxJS as Lodash for events.</span>

Expand Down

0 comments on commit e55bcc5

Please sign in to comment.