RxSwiftCommunity / RxSwiftExt

A collection of Rx operators & tools not found in the core RxSwift distribution
MIT License
1.32k stars 213 forks source link

`fromAsync` - Minior doc fix [#trivial ] #252

Closed ChrisJohns-me closed 3 years ago

ChrisJohns-me commented 3 years ago

Changes the documentation to make more grammatical sense + spelling fix.

rxswiftcommunity[bot] commented 3 years ago
Fails
:no_entry_sign: Danger failed to run `/app/peril-downloaded-RxSwiftCommunity/peril@org/aeryn.ts`.

Thanks a lot for contributing @ChrisJohns-me! I've invited you to join the RxSwiftCommunity GitHub organization – no pressure to accept! If you'd like more information on what this means, check out our contributor guidelines and feel free to reach out with any questions.

Error TypeError

api.orgs.addOrgMembership is not a function
TypeError: api.orgs.addOrgMembership is not a function
    at exports.aeryn.wrap (/app/peril-downloaded-RxSwiftCommunity/peril@org/aeryn.ts:44:24)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Dangerfile

39| 
40|   try {
41|     // This throws if the user isn't a member of the org yet. If it doesn't
42|     // throw, then it means the user was already invited or has already 
43|     // accepted the invitation (we ignore the return value here).
--------------------------^
44|     await api.orgs.checkMembership({ org, username })
45|   } catch (error) {
46|     markdown(inviteMarkdown)
47|     await api.orgs.addOrgMembership({ org, username, role: "member" })

Generated by :no_entry_sign: dangerJS