Skip to content

Commit

Permalink
grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 24, 2022
1 parent bf2bbe3 commit 92d5401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0854-ember-data-cache-v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export interface Cache {
): void | string[];

/**
* [LIFECYLCE] Signal to the cache that a new record has been instantiated on the client
* [LIFECYCLE] Signal to the cache that a new record has been instantiated on the client
*
* It returns properties from options that should be set on the record during the create
* process. This return value behavior is deprecated.
Expand Down Expand Up @@ -981,7 +981,7 @@ interface SortRelatedRecordsMutation {
</table>

A key takeaway from these changes should be that generally the Resource API is evolving away
from hyper-granular methods for operating on the cache towards general-purpose methods methods
from hyper-granular methods for operating on the cache towards general-purpose methods
that allow for customized granularity and can be extended via additional sigantures (operations)
instead of by adding new methods.

Expand Down

0 comments on commit 92d5401

Please sign in to comment.