Skip to content

Commit 5bc91d9

Browse files
committed
Fix iframe capitalisation
1 parent 22f4314 commit 5bc91d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Plausible Stats API offers a way to retrieve your stats programmatically. [L
1010

1111
## Embedded dashboard
1212

13-
You can embed your Plausible stats dashboard into any other website using an iFrame. This is useful in case you want to showcase your stats on your own website or if you want to offer Plausible-powered web analytics dashboard (without our branding) directly in your user interface. [Learn more here](embed-dashboard.md).
13+
You can embed your Plausible stats dashboard into any other website using an HTML iframe. This is useful in case you want to showcase your stats on your own website or if you want to offer Plausible-powered web analytics dashboard (without our branding) directly in your user interface. [Learn more here](embed-dashboard.md).
1414

1515
## WordPress plugin
1616

docs/embed-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Embed the dashboard without our branding into your user interface
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';
66

7-
You can embed your Plausible stats dashboard into any other website using an iFrame. This is useful in case you want to showcase your stats on your own website or if you want to [offer Plausible-powered web analytics dashboard (without our branding)](https://plausible.io/white-label-web-analytics) directly in your user interface.
7+
You can embed your Plausible stats dashboard into any other website using an HTML iframe. This is useful in case you want to showcase your stats on your own website or if you want to [offer Plausible-powered web analytics dashboard (without our branding)](https://plausible.io/white-label-web-analytics) directly in your user interface.
88

99
## 1. Create a shared link
1010

0 commit comments

Comments
 (0)