Skip to content

Commit e4eb7cb

Browse files
hybridmuseJen Weber
authored andcommitted
Fix text error (#154)
1 parent 65b553b commit e4eb7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.4.0/models/customizing-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ the model name to generate the path name. If this convention does not
182182
conform to your backend you can override the `pathForType` method.
183183

184184
For example, if you did not want to pluralize model names and needed
185-
underscore_case instead of camelCase you could override the
185+
underscore_case instead of dash-case you could override the
186186
`pathForType` method like this:
187187

188188
```javascript {data-filename=app/adapters/application.js}

0 commit comments

Comments
 (0)