Skip to content

Commit

Permalink
Merge pull request #3066 from lolmaus/patch-4
Browse files Browse the repository at this point in the history
Doc typo: primaryTypeClasss -> primaryTypeClass
  • Loading branch information
bmac committed May 12, 2015
2 parents eddb66a + 7e37fd7 commit 7b7fe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/serializers/rest-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ var RESTSerializer = JSONSerializer.extend({
@method extractSingle
@param {DS.Store} store
@param {subclass of DS.Model} primaryTypeClasss
@param {subclass of DS.Model} primaryTypeClass
@param {Object} payload
@param {String} recordId
@return {Object} the primary response to the original request
Expand Down

0 comments on commit 7b7fe8f

Please sign in to comment.