From 767ad88f9a5cb21e5e8dbd0cb1b3c1be7fbfab5a Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 31 May 2021 21:33:47 -0400 Subject: [PATCH] Update README.it.md --- 7-bank-project/1-template-route/translations/README.it.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } ```