Skip to content

Commit 6781be9

Browse files
committed
Typo
1 parent 7d5eacc commit 6781be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/script-update-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Your Plausible tracking snippet should be inserted into [the Header (`<head>`) s
1818

1919
## What has changed?
2020

21-
This section outlines what has changed in the new snippet and how to adjust your setup.1
21+
This section outlines what has changed in the new snippet and how to adjust your setup.
2222

2323
### 1. Each site has a unique snippet
2424

docs/troubleshoot-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ A simple way to verify if Plausible is working is to view the source code of you
113113

114114
1. Visit your home page or any other page on your site where Plausible is installed.
115115
2. View the source code of your site. You can right-click anywhere on your page and click "**View Page Source**" (the wording may be slightly different depending on your web browser). Alternatively, use a keyboard shortcut to view the source code (`Option+Command+u` on a Mac or `ctrl+u` on Linux and Windows).
116-
3. Press `Command+f` on a Mac or `ctrl+f` on Linux and Windows to search the source code. Type `plausible.initp` to search for the Plausible snippet.
116+
3. Press `Command+f` on a Mac or `ctrl+f` on Linux and Windows to search the source code. Type `plausible.init` to search for the Plausible snippet.
117117
4. Do you see our snippet? Ensure that the snippet is correct and that there are no unintended modifications compared to the snippet we provided you with.
118118

119119
If you see our snippet in your source code and it is exactly the same snippet as the one we provided, it means Plausible is installed.
@@ -127,7 +127,7 @@ You can also use your browser's developer tools to look for the Plausible script
127127
1. Visit your home page or any other page on your site where Plausible is installed.
128128
2. Right-click anywhere on your page and click "**Inspect**" (the wording may vary depending on your web browser) to open the developer tools. Alternatively, press the key `F12` on Firefox or Chrome or `Option+Command+i` on Safari.
129129
3. Look into the "**Console**" tab in the developer tools for any errors related to Plausible. It may give you some insights into what's going on through the error code it provides. If you see an error related to the Plausible script, it means that something's not right with your implementation.
130-
4. Then click on the "**Network**" tab in the developer tools. It will be empty, so you would need to reload your page. After you refresh the page, you will start seeing some data in the "**Network**" tab. You should see the a script from the Plausible domain `plausible.io` in the list, starting with `pa-`. The Plausible script should display status 200.
130+
4. Then click on the "**Network**" tab in the developer tools. It will be empty, so you would need to reload your page. After you refresh the page, you will start seeing some data in the "**Network**" tab. You should see a script from the Plausible domain `plausible.io` in the list, starting with `pa-`. The Plausible script should display status 200.
131131

132132
<img alt="Ensure that the Plausible Analytics script is loading in the 'Network' tab" src={useBaseUrl('img/network-check-if-plausible-is-working.png')} />
133133

0 commit comments

Comments
 (0)