Skip to content

Commit

Permalink
Docs: fix options.comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuezu committed Jan 31, 2016
1 parent dd5863e commit 7e57ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ var ast = espree.parse(code, {
loc: true,

// create a top-level comments array containing all comments
comments: true,
comment: true,

// attach comments to the closest relevant node as leadingComments and
// trailingComments
Expand Down

0 comments on commit 7e57ee0

Please sign in to comment.