branch: externals/urgrep commit c6e5866bf41a8d57ba127159d380a245090442b1 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Fix typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 90243c1a76..011387c801 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,7 +13,7 @@ - Add support for `outline-minor-mode` ### Bug fixes -- Fix invocation of `ripgrep` and `urgrep` on Windows +- Fix invocation of `ripgrep` and `ugrep` on Windows ---