Skip to content

Commit 49abfb0

Browse files
committed
fix typo
1 parent 01c2ab4 commit 49abfb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/post/website-hash-routing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ tags:
88
Vince Analytics integrates automatically with `pushState` based frontend routers. However, if you're using a frontend
99
framework that uses the URL hash for routing, you need to take an extra step to install the hash-based tracker instead of the default one.
1010

11-
The hash-based tracker is available by changing your script to load `http://localhst:8080/js/script.hash.js` instead of
12-
the default `http://localhst:8080/js/script.js`.
11+
The hash-based tracker is available by changing your script to load `http://localhost:8080/js/script.hash.js` instead of
12+
the default `http://localhost:8080/js/script.js`.
1313

1414
Here's what the full script tag will look like:
1515

1616
```html
17-
<script defer data-domain="yourdomain.com" src="http://localhst:8080/js/script.hash.js"></script>
17+
<script defer data-domain="yourdomain.com" src="http://localhost:8080/js/script.hash.js"></script>
1818
```
1919

2020

0 commit comments

Comments
 (0)