From 1d495587ff6aa261b1a7c83a2cb201773583f414 Mon Sep 17 00:00:00 2001 From: Bastien Caudan Date: Thu, 8 Feb 2018 08:02:13 +0100 Subject: [PATCH] Fix release note typo --- release_notes/3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes/3.0.md b/release_notes/3.0.md index fcd49ae1..1facae72 100644 --- a/release_notes/3.0.md +++ b/release_notes/3.0.md @@ -10,7 +10,7 @@ There is also a 2.99 release of Jasmine that will present deprecation warnings f * Replace old "catch exceptions" logic with proper fail fast with error reporting - Fixes [#414](https://github.com/jasmine/jasmine/issues/414) - - Fixes [jasmine/jasmine-npm#16](https://github.com/jasmine/jasmine/jasmine-npm/issues/16) + - Fixes [jasmine/jasmine-npm#16](https://github.com/jasmine/jasmine-npm/issues/16) * Detect an Error passed to `done` and add an expectation failure - Fixes [#567](https://github.com/jasmine/jasmine/issues/567)