branch: externals/company
commit 2951d7f98baf3fa6db2fbb52a59d54750e6b92b1
Merge: 8e4716172a 6acea07856
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #1294 from alex-ilin/master
Fix a typo in the NEWS
---
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index 84abd06a15..25e7c8dff9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,7 +7,7 @@
* Faces `company-scrollbar-fg` and `company-scrollbar-bg` have been renamed to
`company-tooltip-scrollbar-thumb` and `company-tooltip-scrollbar-track`
respectively.
-* Better compatibility with `visual-line-mdoe`
+* Better compatibility with `visual-line-mode`
([#1257](https://github.com/company-mode/company-mode/issues/1257)).
* Better compatibility with `org-indent-mode`
([#1252](https://github.com/company-mode/company-mode/issues/1252)).