Skip to content

Commit bcf82bc

Browse files
committed
typo fix
1 parent abe0166 commit bcf82bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Testing rvx based applications is usually very simple because all of it's signal
2323
assert(element.innerText === "Current count: 42");
2424
```
2525

26-
Note, that the `assert` function used on this page are not included in rvx.
26+
Note, that the `assert` function used on this page is not included in rvx.
2727

2828
## Synchronous Tests
2929
Rvx provides a lightweight wrapper for running small synchronous tests that takes care of calling [teardown hooks](./core/lifecycle.md) after the test.

0 commit comments

Comments
 (0)