Skip to content

Commit 24cddbe

Browse files
authored
Fix typos (#902)
This PR fixes a few typos I spotted in the project.
1 parent 33fd0ab commit 24cddbe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/analytics/fathom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
```toml
44
[params.fathomAnalytics]
55
siteID = "ABCDE"
6-
serverURL = "cdn.usefathom.com" # (optionnal) Replace if you use a custom domain
6+
serverURL = "cdn.usefathom.com" # (optional) Replace if you use a custom domain
77
```

docs/analytics/plausible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
```toml
44
[params.plausibleAnalytics]
55
domain = "example.com"
6-
serverURL = "plausible.io" # (optionnal) Replace if you use a custom domain
6+
serverURL = "plausible.io" # (optional) Replace if you use a custom domain
77
```

docs/analytics/wideangle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Wide Angle Analytics is strictly **GDPR** compliant, privacy-first web analytics
66

77
Built in template supports following configuration options:
88

9-
param | description | required | dafault
9+
param | description | required | default
1010
------|-------------|----------|--------
1111
siteID| A site ID from [Wide Angle site](https://wideangle.co/documentation/web-analytics-for-your-website)| :white_check_mark: | n/a
1212
serverURL | [Domain](https://wideangle.co/documentation/track-with-custom-domain) with which the WAA is configured with | :x: | stats.wideangle.co

docs/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ These are all the parameters used by `hugo-coder` theme.
125125
| math | bool | No | Enable MathJax Module and add JS into your site. | `false` | `true` or `false` |
126126
| katex | bool | No | Enable katex for all content types. | `false` | `true` or `false` |
127127
| colorScheme | string | No | Specify light/dark colorscheme | `"auto"` | `"auto"` or `"light"` or `"dark"` |
128-
| hideColorSchemeToggle | bool | No | If true, hides the color sheme toggle | `false` | `true` or `false` |
128+
| hideColorSchemeToggle | bool | No | If true, hides the color scheme toggle | `false` | `true` or `false` |
129129
| customCSS | list | No | Add extra CSS files to the website. | [] | `["css/extra-style.css"]` |
130130
| customSCSS | list | No | Add extra SCSS files to the website. | [] | `["scss/extra-style.scss"]` |
131131
| customJS | list | No | Add extra JS files to the website. | [] | `["js/extra-script.js"]` |

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dateFormat = "January 2, 2006"
2323
since = 2019
2424
# Git Commit in Footer, uncomment the line below to enable it
2525
commit = "https://github.com/luizdepra/hugo-coder/tree/"
26-
# Right To Left, shift content direction for languagues such as Arabic
26+
# Right To Left, shift content direction for languages such as Arabic
2727
rtl = false
2828
# Specify light/dark colorscheme
2929
# Supported values:

0 commit comments

Comments
 (0)