branch: master
commit e0972fbc11975bd1129ee42a422a3092d469c132
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
s/will/would
---
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index a916356..de28639 100644
--- 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.