Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alinkedd authored Jan 14, 2025
1 parent 0a627c5 commit a4b65d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/reacting-to-input-with-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function disable(el) {
}

function submitForm(answer) {
// Зробімо вигляд, що тут відбувається мережевий запит.
// Удаймо, що тут відбувається мережевий запит.
return new Promise((resolve, reject) => {
setTimeout(() => {
if (answer.toLowerCase() === 'стамбул') {
Expand Down

0 comments on commit a4b65d6

Please sign in to comment.