branch: externals/js2-mode
commit 6f313c9566d9c8453a91c5ccaa25760978cb9f6d
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Fix typo
---
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index 7ec1edd..8f2f6e7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
* Minor improvements in `js2-jump-to-definition`
([#423](https://github.com/mooz/js2-mode/issues/423)).
-* Support for private class memebers
+* Support for private class members
([#537](https://github.com/mooz/js2-mode/issues/537)).
* Support for dynamic imports and `import.meta`
([#547](https://github.com/mooz/js2-mode/issues/547)).