diff --git a/release_notes/5.10.0.md b/release_notes/5.10.0.md index 3af5079f..7fa43864 100644 --- a/release_notes/5.10.0.md +++ b/release_notes/5.10.0.md @@ -5,8 +5,7 @@ * Optionally detect late promise rejections and don't report them as errors This is off by default because it comes with a performance cost. It can be enabled by setting the `detectLateRejectionHandling` config property to true. -* Add `Env#getSpecProperty` to retrieve data that was set with - `Env#setSpecProperty`. +* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`. * Merges [#2072](https://github.com/jasmine/jasmine/pull/2072) from @bonkevin * Show spec duration in the HTML reporter. * Merges [#2073](https://github.com/jasmine/jasmine/pull/2073) from @bonkevin