From 24cddbe763f967da99b0897d8ac83a142b62718a Mon Sep 17 00:00:00 2001 From: Andreas Deininger <andreas@deininger.net> Date: Mon, 08 Apr 2024 12:41:25 +0000 Subject: [PATCH] Fix typos (#902) --- exampleSite/config.toml | 2 +- docs/configurations.md | 2 +- docs/analytics/fathom.md | 2 +- docs/analytics/wideangle.md | 2 +- docs/analytics/plausible.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/analytics/fathom.md b/docs/analytics/fathom.md index d2a8c19..881919a 100644 --- a/docs/analytics/fathom.md +++ b/docs/analytics/fathom.md @@ -3,5 +3,5 @@ ```toml [params.fathomAnalytics] siteID = "ABCDE" - serverURL = "cdn.usefathom.com" # (optionnal) Replace if you use a custom domain + serverURL = "cdn.usefathom.com" # (optional) Replace if you use a custom domain ``` \ No newline at end of file diff --git a/docs/analytics/plausible.md b/docs/analytics/plausible.md index 3952da9..1f969a8 100644 --- a/docs/analytics/plausible.md +++ b/docs/analytics/plausible.md @@ -3,5 +3,5 @@ ```toml [params.plausibleAnalytics] domain = "example.com" - serverURL = "plausible.io" # (optionnal) Replace if you use a custom domain + serverURL = "plausible.io" # (optional) Replace if you use a custom domain ``` diff --git a/docs/analytics/wideangle.md b/docs/analytics/wideangle.md index e4963c3..97e9487 100644 --- a/docs/analytics/wideangle.md +++ b/docs/analytics/wideangle.md @@ -6,7 +6,7 @@ Built in template supports following configuration options: -param | description | required | dafault +param | description | required | default ------|-------------|----------|-------- siteID| A site ID from [Wide Angle site](https://wideangle.co/documentation/web-analytics-for-your-website)| :white_check_mark: | n/a serverURL | [Domain](https://wideangle.co/documentation/track-with-custom-domain) with which the WAA is configured with | :x: | stats.wideangle.co diff --git a/docs/configurations.md b/docs/configurations.md index 0afc5ba..79479fd 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -125,7 +125,7 @@ | math | bool | No | Enable MathJax Module and add JS into your site. | `false` | `true` or `false` | | katex | bool | No | Enable katex for all content types. | `false` | `true` or `false` | | colorScheme | string | No | Specify light/dark colorscheme | `"auto"` | `"auto"` or `"light"` or `"dark"` | -| hideColorSchemeToggle | bool | No | If true, hides the color sheme toggle | `false` | `true` or `false` | +| hideColorSchemeToggle | bool | No | If true, hides the color scheme toggle | `false` | `true` or `false` | | customCSS | list | No | Add extra CSS files to the website. | [] | `["css/extra-style.css"]` | | customSCSS | list | No | Add extra SCSS files to the website. | [] | `["scss/extra-style.scss"]` | | customJS | list | No | Add extra JS files to the website. | [] | `["js/extra-script.js"]` | diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 23f8ce2..6e88179 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,7 +23,7 @@ since = 2019 # Git Commit in Footer, uncomment the line below to enable it commit = "https://github.com/luizdepra/hugo-coder/tree/" -# Right To Left, shift content direction for languagues such as Arabic +# Right To Left, shift content direction for languages such as Arabic rtl = false # Specify light/dark colorscheme # Supported values: -- Gitblit v1.10.0