Skip to content

Commit e4ec18f

Browse files
committed
Merge pull request #633 from forresst/fix-typo-readme
Docs : fix typo readme
2 parents 6fa2625 + d5274c0 commit e4ec18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ See the [ES2015 support](#es2015-support) section for details on the `babel` opt
200200

201201
## Documentation
202202

203-
Tests are run concurrently. You can specify synchronous and asynchronous tests. Tests are considered synchronous unless you return a promise or [observable](https://github.com/zenparsing/zen-observable)).
203+
Tests are run concurrently. You can specify synchronous and asynchronous tests. Tests are considered synchronous unless you return a promise or [observable](https://github.com/zenparsing/zen-observable).
204204

205205
We *highly* recommend the use of [async functions](#async-function-support). They make asynchronous code concise and readable, and they implicitly return a promise so you don't have to.
206206

0 commit comments

Comments
 (0)