diff --git a/html/src/account.js b/html/src/account.js
index a4105e3..419bfdb 100644
--- a/html/src/account.js
+++ b/html/src/account.js
@@ -12,7 +12,7 @@ document.getElementById("loginForm")?.addEventListener("submit", (e) => {
const number = document.getElementById("number").value;
const password = document.getElementById("password").value;
const hiddenPassword = "*".repeat(password.length);
- // типо AJAX
+ // AJAX
setTimeout(() => {
// создаём карточку пользователя
const card = document.createElement("div");