Skip to content

Commit 923e68f

Browse files
Update src/content/learn/state-a-components-memory.md
Co-authored-by: Dawid Sabat <dawid.sabat93@gmail.com>
1 parent 9f3b054 commit 923e68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/state-a-components-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ function useState(initialState) {
562562
updateDOM();
563563
}
564564

565-
// Przechowaj parę na przyszłe rendery
565+
// Przechowaj parę na przyszłe renderowania
566566
// i przygotuj się na następne wywołanie Hooka
567567
componentHooks[currentHookIndex] = pair;
568568
currentHookIndex++;

0 commit comments

Comments
 (0)