From b48d7f0affb559ec46084ac5634bf515c4ae6970 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 31 May 2021 21:33:16 -0400 Subject: [PATCH] Update README.hi.md --- 7-bank-project/1-template-route/translations/README.hi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-bank-project/1-template-route/translations/README.hi.md b/7-bank-project/1-template-route/translations/README.hi.md index 8c98307c..00969ca7 100644 --- a/7-bank-project/1-template-route/translations/README.hi.md +++ b/7-bank-project/1-template-route/translations/README.hi.md @@ -211,7 +211,7 @@ function updateRoute() { ```js function navigate(path) { - window.history.pushState({}, path, window.location.origin + path); + window.history.pushState({}, path, path); updateRoute(); } ```