-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Looking at the tests and implementation, it seems that characters following forward slashes are meant to be capitalized:
"privateDocs/ownerInvoice".capitalize() => "PrivateDocs/OwnerInvoice"
This also currently happens for multiple forward slashes though which seems like a bug to me:
"the url is http://www.ember.com/".capitalize() => "The url is http://Www.ember.com/"
(note the Www)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels