Skip to content

Commit

Permalink
Merge pull request cakephp#4334 from adamharley/patch-4
Browse files Browse the repository at this point in the history
correct example output of classify()
  • Loading branch information
ravage84 authored Sep 19, 2016
2 parents b545b8a + 667f006 commit c7e8cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/inflector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Creating Table and Class Name Forms
When generating code, or using CakePHP's conventions you may need to inflect
table names or class names::

// UserProfileSettings
// UserProfileSetting
Inflector::classify('user_profile_settings');

// user-profile-setting
Expand Down

0 comments on commit c7e8cf6

Please sign in to comment.