Skip to content

Commit

Permalink
Fix typo ReadStream should be ReadableStream (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bondz authored and lukesneeringer committed Oct 17, 2017
1 parent 8a60b4e commit 121edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/firestore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ declare namespace FirebaseFirestore {
*
* @return A stream of DocumentSnapshots.
*/
stream(): NodeJS.ReadStream;
stream(): NodeJS.ReadableStream;

/**
* Attaches a listener for `QuerySnapshot `events.
Expand Down

0 comments on commit 121edae

Please sign in to comment.