We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812aa3a commit 55120dfCopy full SHA for 55120df
src/content/reference/react-dom/preconnect.md
@@ -38,7 +38,7 @@ function AppRoot() {
38
39
#### Параметры {/*parameters*/}
40
41
-* `href`: string — URL сервера, с которым нужно установить соединение.
+* `href`: строка — URL сервера, с которым нужно установить соединение.
42
43
44
#### Возвращает {/*returns*/}
@@ -83,7 +83,7 @@ function CallToAction() {
83
startWizard();
84
}
85
return (
86
- <button onClick={onClick}>Start Wizard</button>
+ <button onClick={onClick}>Запустить мастер настройки</button>
87
);
88
89
```
0 commit comments