Skip to content

Commit

Permalink
Merge pull request #12662 from mcmarZen/patch-1
Browse files Browse the repository at this point in the history
correction for Ember.String.capitalize docs
  • Loading branch information
rwjblue committed Dec 1, 2015
2 parents 4c6ef67 + fd5b180 commit 4593e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-runtime/lib/system/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export default {
'action_name'.capitalize() // 'Action_name'
'css-class-name'.capitalize() // 'Css-class-name'
'my favorite items'.capitalize() // 'My favorite items'
'privateDocs/ownerInvoice'.capitalize(); // 'PrivateDocs/OwnerInvoice'
'privateDocs/ownerInvoice'.capitalize(); // 'PrivateDocs/ownerInvoice'
```
@method capitalize
Expand Down

0 comments on commit 4593e27

Please sign in to comment.