Skip to content

Commit 28fac60

Browse files
Aleksandar Ivanovadriaandotcom
authored andcommitted
fixed typos
1 parent 5835647 commit 28fac60

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

_docs/20_script-settings/03_hash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /hash-mode
66
last_modified_at: 2022-04-14
77
---
88

9-
Some websites don't really navigate to other pages but us the hash (`#`) in the URL. Normally Simple Analytics removes everything from the URLs after a `?` or a `#`. We don't want to collect this information because it could contain private information like search keywords.
9+
Some websites don't really navigate to other pages but use the hash (`#`) in the URL. Normally Simple Analytics removes everything from the URLs after a `?` or a `#`. We don't want to collect this information because it could contain private information like search keywords.
1010

1111
To allow the script to detect those hash changes you can add `data-mode="hash"` to the script tag:
1212

_docs/20_script-settings/04_ignore-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Let's say you have these pages:
4646
- `https://example.com/accounts/@profilename` (where `profilename` can be any name)
4747
- `https://example.com/vouchers` (only one page)
4848

49-
To match `/search/1` and `/search/2` you can use `/search/*`. If you use `/search/` it will only ignore that page and still collects `/search/1` and `/search/2`.
49+
To match `/search/1` and `/search/2` you can use `/search/*`. If you use `/search/` it will only ignore that page and still collect `/search/1` and `/search/2`.
5050

5151
To block all above pages you can use the following code:
5252

_docs/55_events/01_introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ The next part is probably already on your page for collecting page views. If not
4242
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
4343
```
4444

45-
If you **can't** add it to your `<body>` tag, place it in the `<head>` of the page. Don't place the `<noscript>` part in the `<head>`. If you can't add it to the body, just omit it.
45+
If you **can't** add it to your `<body>` tag, place it in the `<head>` of the page.
46+
47+
Don't place the `<noscript>` part in the `<head>`. If you can't add it to the body, just omit it.
4648

4749
If you use our [custom domain feature](/bypass-ad-blockers), make sure to replace `scripts.simpleanalyticscdn.com` and `queue.simpleanalyticscdn.com` with your custom domain.
4850

0 commit comments

Comments
 (0)