Skip to content

Commit

Permalink
Merge pull request #2141 from jaswilli/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
Turbo87 authored Mar 25, 2021
2 parents 05abc81 + fd8e0b3 commit 719301d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are starting a new app, it's recommended that you choose a JSON:API imple

If your app does use JSON:API, Mirage ships with a `JSONAPISerializer` that will do the heavy lifting for you.

Mirage also ships with two other named serializers, `ActiveModelSerializer` and `RestSerializer`, that match two other popular backend formats. `EmberDataSerializer` is also provided as a variation to the `RestSerializer` that uses the `primaryKey` and `attrs` defined in your applciations ember data serializers, similar to how models are auto discovered. See the section on {{docs-link 'Ember Data Serializer' 'docs.data-layer.serializers.ember-data-serializer'}} for more information.
Mirage also ships with two other named serializers, `ActiveModelSerializer` and `RestSerializer`, that match two other popular backend formats. `EmberDataSerializer` is also provided as a variation to the `RestSerializer` that uses the `primaryKey` and `attrs` defined in your applications ember data serializers, similar to how models are auto discovered. See the section on {{docs-link 'Ember Data Serializer' 'docs.data-layer.serializers.ember-data-serializer'}} for more information.

If your backend uses a different format, you'll need to choose the closest one and customize it to match your production format. We'll talk about that later in this guide.

Expand Down

0 comments on commit 719301d

Please sign in to comment.