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).