Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
minor English tweak, replace `a` with `an`
  • Loading branch information
prayagverma committed Feb 6, 2016
1 parent 089f961 commit 2f397c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ to generate byte-to-byte equal output. It is not so difficult, but respectful
for user input and allow integration smoke tests.

A parser should save all additional symbols to [`node.raws`] object.
It is a open structure for you, you can add additional keys.
It is an open structure for you, you can add additional keys.
For example, [SCSS parser] saves comment types (`/* */` or `//`)
in `node.raws.inline`.

Expand Down

0 comments on commit 2f397c0

Please sign in to comment.