]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Merge pull request #342 from shicks/strict
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index a91635602883d9cb58a57b8c41541a6fdbb8fbfe..de28639e768339fd94fd8bd78adbb60e844871f9 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,7 +6,7 @@
   `js2-object-property`, which has no color by default.
 * `js2-getter-setter-node` is renamed to `js2-method-node`, together with
   its related functions.  It already handles generator methods, and we
-  added support for async methods (see below), so the old name will get
+  added support for async methods (see below), so the old name would get
   more confusing.
 * Support for default parameters in destructuring.  It should work for both
   objects and arrays, in both literals and function arguments.