summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/README.md b/testing/README.md
index 0445e344f..3db9f58e2 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -13,7 +13,7 @@ object is passed, the `name` property is used to identify the test. If the asser
Asserts are exposed in `testing/asserts.ts` module.
-- `equal()` - Deep comparision function, where `actual` and `expected` are
+- `equal()` - Deep comparison function, where `actual` and `expected` are
compared deeply, and if they vary, `equal` returns `false`.
- `assert()` - Expects a boolean value, throws if the value is `false`.
- `assertEquals()` - Uses the `equal` comparison and throws if the `actual` and