Skip to content

Commit b215f99

Browse files
authored
Merge pull request #85 from reactjs/sync-b1691780
Sync with reactjs.org @ b169178
2 parents f7e687e + 3d74cf5 commit b215f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prev: hooks-overview.html
88

99
*Hooki* są nowym dodatkiem w Reakcie 16.8. Pozwalają one na wykorzystanie stanu i innych funkcjonalności Reacta, bez użycia klas.
1010

11-
W [poprzednim rozdziale](/docs/hooks-intro.html) przedstawiliśmy hooki następującym przykładem:
11+
We [wstępie](/docs/hooks-intro.html) przedstawiliśmy hooki za pomocą następującego przykładu:
1212

1313
```js{4-5}
1414
import React, { useState } from 'react';

0 commit comments

Comments
 (0)