Skip to content

Commit

Permalink
fix some misspellings (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysjtu authored and forbesjo committed Sep 6, 2018
1 parent 4c16d7e commit 6e1c36c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/parse-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const attributeSeparator = function() {
};

/**
* Parse attributes from a line given the seperator
* Parse attributes from a line given the separator
*
* @param {String} attributes the attibute line to parse
* @param {String} attributes the attribute line to parse
*/
const parseAttributes = function(attributes) {
// split the string using attributes as the separator
Expand Down
2 changes: 1 addition & 1 deletion src/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file stream.js
*/
/**
* A lightweight readable stream implemention that handles event dispatching.
* A lightweight readable stream implementation that handles event dispatching.
*
* @class Stream
*/
Expand Down

0 comments on commit 6e1c36c

Please sign in to comment.