Skip to content

Commit 81c4197

Browse files
authored
Docs: Fix typo in assert.async()
1 parent 5cafdbb commit 81c4197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assert/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ QUnit.test( "two async calls", assert => {
6969

7070
##### Example: Require multiple calls
7171

72-
The `acceptCallCount` parameter can be used to require multiple calls to the same callback. In the below exxample, the test passes after exactly three calls.
72+
The `acceptCallCount` parameter can be used to require multiple calls to the same callback. In the below example, the test passes after exactly three calls.
7373

7474
```js
7575
function uploadBatch(batch, notify, complete) {

0 commit comments

Comments
 (0)