Fix typo [skip ci]

This commit is contained in:
Daniel Tschinder 2017-02-23 13:52:53 +01:00 committed by GitHub
parent 8dbdeff762
commit 99484d4c39

View File

@ -44,7 +44,7 @@ import { parseExpression } from 'babylon';
const ast = parseExpression('x || y && z', options);
```
The returned AST will only consist of the expression. The options are the same as for `parse()`;
The returned AST will only consist of the expression. The options are the same as for `parse()`
Add startLine option ([#346](https://github.com/babel/babylon/pull/346)) (Raphael Mu)