Skip to content

Commit

Permalink
docs: Fix typo in waitForAsync example (#55407)
Browse files Browse the repository at this point in the history
The previous example had an incomplete code snippet that would not work if copied and pasted as is. There were two missing closing parentheses, one for the `inject` function, and the other for the `waitForAsync` function.

PR Close #55407
  • Loading branch information
dmares01 authored and alxhub committed Apr 23, 2024
1 parent 8979fba commit eda03d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/testing/src/async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* object.doSomething.then(() => {
* expect(...);
* })
* });
* })));
* ```
*
* @publicApi
Expand Down

0 comments on commit eda03d4

Please sign in to comment.