mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 22:34:29 +02:00
Update README.ko.md
This commit is contained in:
@@ -212,7 +212,7 @@ HTML 앵커 요소 [`<a>`](https://developer.mozilla.org/docs/Web/HTML/Element/a
|
||||
|
||||
```js
|
||||
function navigate(path) {
|
||||
window.history.pushState({}, path, window.location.origin + path);
|
||||
window.history.pushState({}, path, path);
|
||||
updateRoute();
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user