Closed michael-rubel closed 1 year ago
This PR fixes the formatting behavior in FullName object. There was a lack of coverage for names like McKenzie.
FullName
McKenzie
We're now converting the first letter of each word instead of doing a regular Title Case.
Title Case
About
This PR fixes the formatting behavior in
FullName
object. There was a lack of coverage for names likeMcKenzie
.We're now converting the first letter of each word instead of doing a regular
Title Case
.