Skip to content

Commit

Permalink
docs(data): fix typo (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhin21 authored Feb 24, 2020
1 parent 561610e commit 23574ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Many apps are easier to build when saves are "optimistic" because
the changes are immediately available to application code that is watching collection selectors.
The app doesn't have to wait for confirmation that the entity operation succeeded on the server.

A _pessimistic save_ doesn't update the store until the server until the server confirms that the save succeeded,
A _pessimistic save_ doesn't update the store until the server confirms that the save succeeded,
which NgRx Data then turns into a "SUCCESS" action that updates the collection.
With a _pessimistic_ save, the changes won't be available in the store

Expand Down

0 comments on commit 23574ae

Please sign in to comment.