Update README.ko.md

This commit is contained in:
Jen Looper
2021-05-31 21:34:37 -04:00
committed by GitHub
parent 1596bdce53
commit 2d2bbcffcf

View File

@@ -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();
}
```