Skip to content

Commit 9da0dc0

Browse files
authored
Merge pull request #534 from kovyazin/patch-1
change name of link for forwarding refs
2 parents 09fb295 + c5170e3 commit 9da0dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ render() {
314314

315315
В результате, после того как React добавит реф, `ref.current` будет указывать непосредственно на экземпляр `<button>` элемента DOM.
316316

317-
Читайте [Переадресация рефов](/docs/forwarding-refs.html), чтобы получить подробную информацию.
317+
Читайте [Перенаправление рефов](/docs/forwarding-refs.html), чтобы получить подробную информацию.
318318

319319
### `React.lazy` {#reactlazy}
320320

0 commit comments

Comments
 (0)