Skip to content

Commit c21a2ef

Browse files
authoredJan 11, 2021
docs: Update current.md (#728)
Minor typo, incorrect pluralization.
1 parent 211314c commit c21a2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/current.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Current
88
<div data-ea-publisher="immerjs" data-ea-type="image" class="horizontal bordered"></div>
99
</center>
1010

11-
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.
11+
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.
1212

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

0 commit comments

Comments
 (0)
Please sign in to comment.