From 74fa38bdfbd4336c61f256ad88207fee3c617685 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:33:51 -0500 Subject: [PATCH] nit: fix typo --- release_notes/3.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes/3.3.0.md b/release_notes/3.3.0.md index 0c8966cf..2f4d9763 100644 --- a/release_notes/3.3.0.md +++ b/release_notes/3.3.0.md @@ -20,7 +20,7 @@ context with your expectations, and other things - Merges [#1616](https://github.com/jasmine/jasmine/issues/1616) from @tdurtshi - Fixes [#1614](https://github.com/jasmine/jasmine/issues/1614) -* `expectAsync` now works with non-native promies +* `expectAsync` now works with non-native promises - Merges [#1613](https://github.com/jasmine/jasmine/issues/1613) from @codymikol - Fixes [#1612](https://github.com/jasmine/jasmine/issues/1612)