diff --git a/7-bank-project/1-template-route/translations/README.it.md b/7-bank-project/1-template-route/translations/README.it.md index 98b07c2c..6661c344 100644 --- a/7-bank-project/1-template-route/translations/README.it.md +++ b/7-bank-project/1-template-route/translations/README.it.md @@ -212,7 +212,7 @@ Si crea una nuova funzione da utilizzare per navigare nell'app: ```js function navigate(path) { - window.history.pushState({}, path, window.location.origin + path); + window.history.pushState({}, path, path); updateRoute(); } ```