Skip to content

Commit 3f9bdbc

Browse files
Baltazoreacorncom
andcommitted
Update translations/adapters/general/en-us.yaml
Co-authored-by: David Baker <acorncom@users.noreply.github.com>
1 parent aef6e57 commit 3f9bdbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
title: Adapters in general
22
description: |
3-
In order to provide migration support for Adapter and Serializer, a '<code>'LegacyNetworkHandler'</code>' would be provided. This handler would take a request and convert it into the older form, calling the appropriate Adapter and Serializer methods. If no adapter exists for the type (including no application adapter), this handler would call '<code>'next'</code>'. In this manner an app can incrementally migrate request-handling to this new paradigm on a per-type basis as desired.
3+
In order to provide migration support for Adapters and Serializers, a '<code>'LegacyNetworkHandler'</code>' is provided. This handler takes a request and converts it into the older form, calling the appropriate Adapter and Serializer methods. If no adapter exists for the type (including no application adapter), this handler calls '<code>'next'</code>'. In this manner an app can incrementally migrate request-handling to this new paradigm on a per-type basis as desired.
44
<br />
5-
The package '<code>'ember-data'</code>' would automatically configure this handler. If not using '<code>'ember-data'</code>' this configuration would need to be done explicitly.
5+
The package '<code>'ember-data'</code>' automatically configures this handler. If not using the '<code>'ember-data'</code>' package, this configuration needs to be done explicitly.
66
<br />
7-
We intend to support this handler through at least the 5.x series, not deprecating it's usage before 6.0.
7+
We intend to support this handler through at least the 5.x series -- not deprecating its usage before 6.0.
88
<br />
99
Similarly, the methods '<code>'adapterFor'</code>' and '<code>'serializerFor'</code>' will not be deprecated until at least 6.0; however, it should no longer be assumed that an application has an adapter or serializer at all.

0 commit comments

Comments
 (0)