Skip to content

Commit

Permalink
Update packages/babel-parser/src/parser/comments.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ng <bng412@gmail.com>
  • Loading branch information
nicolo-ribaudo and existentialism committed Oct 5, 2021
1 parent 7ba50d0 commit 418cc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/parser/comments.js
Expand Up @@ -260,7 +260,7 @@ export default class CommentsParser extends BaseParser {
* Attach a node to the comment whitespaces right before/after
* the given range.
*
* This is used to propertly attach comments aroung parenthesized
* This is used to properly attach comments around parenthesized
* expressions as leading/trailing comments of the inner expression.
*
* @param {Node} node
Expand Down

0 comments on commit 418cc3a

Please sign in to comment.