Skip to content

Commit

Permalink
docs: Update current.md (#728)
Browse files Browse the repository at this point in the history
Minor typo, incorrect pluralization.
  • Loading branch information
url00 committed Jan 11, 2021
1 parent 211314c commit c21a2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/current.md
Expand Up @@ -8,7 +8,7 @@ sidebar_label: Current
<div data-ea-publisher="immerjs" data-ea-type="image" class="horizontal bordered"></div>
</center>

Immer exposes a named export `current` that create a copy of the current state of the draft. This can be very useful for debugging purposes (as those objects won't be Proxy objects and not be logged as such). Also, references to `current` can be safely leaked from a produce function. Put differently, `current` provides a snapshot of the current state of a draft.
Immer exposes a named export `current` that creates a copy of the current state of the draft. This can be very useful for debugging purposes (as those objects won't be Proxy objects and not be logged as such). Also, references to `current` can be safely leaked from a produce function. Put differently, `current` provides a snapshot of the current state of a draft.

Objects generated by `current` work similar to the objects created by produce itself.

Expand Down

0 comments on commit c21a2ef

Please sign in to comment.