Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Jul 2, 2014
1 parent e70bad1 commit 7d62dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -181,7 +181,7 @@ JSXReader.prototype = {
if(openingName !== closingName) {
this.reader.throwSyntaxError(
'JSX',
'Expected correspoding closing tag for ' + openingName,
'Expected corresponding closing tag for ' + openingName,
closingNameToks[0]
)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jsx-reader",
"description": "reader",
"version": "0.1.0",
"version": "0.1.1",
"author": "James Long <longster@gmail.com>",
"engines": {
"node": "*"
Expand Down

0 comments on commit 7d62dd7

Please sign in to comment.