Hi, I am using `replace_contraction()` and find that it does not replace contraction when coping with hadn't. ``` > "hadn't" %>% + replace_contraction() [1] "hadn't" ```