Skip to content

Commit

Permalink
Fix typo (#6303)
Browse files Browse the repository at this point in the history
Correct "he" to be "the"
  • Loading branch information
zach27 authored Apr 30, 2021
1 parent 773b485 commit f3d2e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/endWith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function endWith<T, A extends unknown[] = T[]>(...values: A): OperatorFun

/**
* Returns an observable that will emit all values from the source, then synchronously emit
* he provided value(s) immediately after the source completes.
* the provided value(s) immediately after the source completes.
*
* NOTE: Passing a last argument of a Scheduler is _deprecated_, and may result in incorrect
* types in TypeScript.
Expand Down

0 comments on commit f3d2e80

Please sign in to comment.