We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a627c5 commit a4b65d6Copy full SHA for a4b65d6
src/content/learn/reacting-to-input-with-state.md
@@ -81,7 +81,7 @@ function disable(el) {
81
}
82
83
function submitForm(answer) {
84
- // Зробімо вигляд, що тут відбувається мережевий запит.
+ // Удаймо, що тут відбувається мережевий запит.
85
return new Promise((resolve, reject) => {
86
setTimeout(() => {
87
if (answer.toLowerCase() === 'стамбул') {
0 commit comments