typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-02 02:13:02 +03:00
parent fa73594843
commit 8b8f9139fb

View File

@ -435,7 +435,7 @@ The `<parser>` will call different sets of callbacks on different stop condition
console.log(`### stopped at ${arg}.`) })
```
- [`<parser>.stop(..)`](./ADVANCED.md#parserstop) when an error is detected
- [`<parser>.error(..)`](./ADVANCED.md#parsererror) when an error is detected
```javascript
.error(function(reason, arg, rest){
console.log(`### something went wrong when parsing ${arg}.`) })