From 06925c971171fdd7dd55ac6c860b22bd63364898 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Thu, 11 Dec 2025 13:45:51 -0800 Subject: [PATCH] typo: fies->fixes --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 697c7c71..f8a1ab96 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,7 +14,7 @@ * New `str_ilike()` that follows the conventions of the SQL ILIKE operator (@edward-burn, #543). * New `str_to_camel()`, `str_to_snake()`, and `str_to_kebab()` for changing "programming" case (@librill, #573 + @arnaudgallou, #593). -## Minor bug fies and improvements +## Minor bug fixes and improvements * `str_*` now errors if `pattern` includes any `NA`s (@nash-delcamp-slp, #546). * `str_dup()` gains a `sep` argument so you can add a separator between every repeated value (@edward-burn, #564).