Skip to content

Commit 057b19c

Browse files
authored
fix: syntax for TOML incorrect
Fix typo in docs/setup/analytics.md
2 parents c68d22d + 26e655e commit 057b19c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/setup/analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ used to configure the custom integration:
273273
=== "`zensical.toml`"
274274
``` toml
275275
[project.extra.analytics]
276-
provider: custom
277-
property: foobar
276+
provider = "custom"
277+
property = "foobar"
278278
```
279279
=== "`mkdocs.yml`"
280280

0 commit comments

Comments
 (0)