Skip to content

Commit 35a80fd

Browse files
authored
Merge pull request #316 from manics/plausible-typo
conf.py: typo in plausible config
2 parents 360f901 + 51ec1bf commit 35a80fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@
139139
# -- Sphinx customization -----------------------------------------
140140
def setup(app):
141141
# Plausible.io tracking
142-
app.add_js_file("https://plausible.io/js/script.file-downloads.hash.outbound-links.js", **{"data-comain": "mybinder.readthedocs.io", "defer": ""})
142+
app.add_js_file("https://plausible.io/js/script.file-downloads.hash.outbound-links.js", **{"data-domain": "mybinder.readthedocs.io", "defer": ""})
143143
app.add_js_file(filename=None, body="window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }")

0 commit comments

Comments
 (0)