From 7e57ee0f384de9bb3970d69eff22de627bad4123 Mon Sep 17 00:00:00 2001 From: xuezu Date: Sun, 31 Jan 2016 11:21:56 +0800 Subject: [PATCH] Docs: fix `options.comment` typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c3a865..09e906c0 100644 --- a/README.md +++ b/README.md @@ -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