From 5f4c617117dc2fa583bcdc53c2a76adbd76c8e49 Mon Sep 17 00:00:00 2001 From: Sigmund Cherem Date: Thu, 2 Aug 2018 20:41:04 +0000 Subject: [PATCH] Fix typo in CHANGELOG.md TBR=rnystrom@google.com Change-Id: I58a16f448be53fe0f9a7a4a9ab3ec5179bd67879 Reviewed-on: https://dart-review.googlesource.com/68220 Reviewed-by: Sigmund Cherem Reviewed-by: Bob Nystrom Commit-Queue: Sigmund Cherem --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c1966c5d1c..be70ef0403c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -503,7 +503,7 @@ Still need entries for all changes to dart:web_audio,web_gl,web_sql since 1.x code-generation instead. Conditional imports indicate that mirrors are not supported, and any API in the mirrors library will throw at runtime. -* The generated output of dart2js can now be run as webworker. +* The generated output of dart2js can now be run as a webworker. * `dart:isolate` support was removed. To launch background tasks, please use webworkers instead. APIs for webworkers can be accessed from `dart:html`