Skip to content

Commit

Permalink
Merge pull request #4926 from kmiyashiro/typo
Browse files Browse the repository at this point in the history
[DOC release] Add missing ` in urlsForFindMany description
  • Loading branch information
bmac authored Apr 15, 2017
2 parents 8c95788 + 214fba0 commit b087eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/adapters/build-url-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default Ember.Mixin.create({
},

/**
Builds a URL for coalesceing multiple `store.findRecord(type, id)
Builds a URL for coalesceing multiple `store.findRecord(type, id)`
records into 1 request when the adapter's `coalesceFindRequests`
property is true.
Expand Down

0 comments on commit b087eab

Please sign in to comment.