From 73e65918e13e33bae464b9c9d285f298c83c7d8e Mon Sep 17 00:00:00 2001 From: confusedalex Date: Fri, 17 Jan 2025 15:33:54 +0100 Subject: [PATCH] style: fix spelling mistake --- docs/src/configuration/analytics.md | 6 +++--- docs/src/configuration/reference.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/configuration/analytics.md b/docs/src/configuration/analytics.md index 9b58279b..e4964f60 100644 --- a/docs/src/configuration/analytics.md +++ b/docs/src/configuration/analytics.md @@ -7,7 +7,7 @@ Right now we support the following analytics providers: - [Google Analytics](https://analytics.google.com/analytics/web/) - [Plausible](https://plausible.io/) - [Fathom](https://usefathom.com/) -- [Unami](https://umami.is/) +- [Umami](https://umami.is/) To add any of these, add the required configuration under the `analytics` key: @@ -54,13 +54,13 @@ To add any of these, add the required configuration under the `analytics` key: } ``` -### Unami +### Umami ```json { "marketing": { "analytics": { - "unami": { + "umami": { "website": "String", "script_url": "String" } diff --git a/docs/src/configuration/reference.md b/docs/src/configuration/reference.md index e1b1a521..c67c0ae5 100644 --- a/docs/src/configuration/reference.md +++ b/docs/src/configuration/reference.md @@ -183,12 +183,12 @@ if you're self-hosting. Set `fathom.site` to your Fathom site. -#### marketing.analytics.unami +#### marketing.analytics.umami - Type: object, Default: none -Set `unami.website` to your Unami website identifier, and `unami.script_url` to the location -where you're hosting your Unami script. +Set `umami.website` to your Umami website identifier, and `umami.script_url` to the location +where you're hosting your Umami script. ### marketing.social