Skip to content

Commit ee7d686

Browse files
authored
Merge pull request #464 from ZsgsDesign/patch-1
fixed typo
2 parents d266667 + 551027d commit ee7d686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/Compiler-API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { compile } from '@wenyanlang/core'
2727

2828
### Browsers
2929

30-
You can add following lind to the head of your html body.
30+
You can add the following line to the head of your html body.
3131

3232
```html
3333
<script src='https://unpkg.com/@wenyanlang/core/index.min.js'></script>
@@ -68,4 +68,4 @@ function compile(targetLang: string, source: string, options?: CompilerOptions)
6868
| romanizeIdentifiers | none | Romanize variable identifiers (e.g. `` to `JIA2`) |
6969
| resetVarCnt | false | Reset temporary variable counter |
7070
| logCallback | console.log | Get verbose debug log |
71-
| errorLog | process.exit | Error log |
71+
| errorLog | process.exit | Error log |

0 commit comments

Comments
 (0)