Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
chanel -> channel
  • Loading branch information
kpman committed Jan 6, 2020
1 parent a42df69 commit 6055b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChannelWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class ChannelWrapper extends EventEmitter {
*
* @param {function} setup - the setup function to remove.
* @param {function} [teardown] - `function(channel, [cb])` to run to tear
* down the chanel.
* down the channel.
* @param {function} [done] - Optional callback.
* @returns {void | Promise} - Resolves when complete.
*/
Expand Down

0 comments on commit 6055b02

Please sign in to comment.