Index: pkg/unittest/CHANGELOG.md |
diff --git a/pkg/unittest/CHANGELOG.md b/pkg/unittest/CHANGELOG.md |
index 9392db2ae8dfd3b094ca9461b367edb5d756324a..15b1929a1d6b1a77fe2961741bc675569139639a 100644 |
--- a/pkg/unittest/CHANGELOG.md |
+++ b/pkg/unittest/CHANGELOG.md |
@@ -2,7 +2,7 @@ |
##0.10.0-dev |
-* Each test is run in a seperate `Zone`. This ensures that any exceptions that |
+* Each test is run in a separate `Zone`. This ensures that any exceptions that |
occur is async operations are reported back to the source test case. |
* **DEPRECATED** `guardAsync`, `protectAsync0`, `protectAsync1`, |
and `protectAsync2` |