From d0ef5d36705430b78e4e76aa3080dfa0a393bef3 Mon Sep 17 00:00:00 2001 From: Tristan Leclair-Vani <60434271+TristanLeclair@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:25:41 -0500 Subject: [PATCH] docs: fix typo --- website/docs/installation/upgrade.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/upgrade.mdx b/website/docs/installation/upgrade.mdx index 751c442f..e434728a 100644 --- a/website/docs/installation/upgrade.mdx +++ b/website/docs/installation/upgrade.mdx @@ -26,7 +26,7 @@ enabled by adding the following to your configuration. | Name | Type | Default | Description | | ---------- | :-------: | :-----: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `notice` | `boolean` | `false` | enbale displaying the upgrade notice on shell start, only checks based on `interval` | +| `notice` | `boolean` | `false` | enable displaying the upgrade notice on shell start, only checks based on `interval` | | `auto` | `boolean` | `false` | automatically update Oh My Posh when an update is found, only checks based on `interval` | | `interval` | `string` | `24h` | the duration for which not to check for an update. The duration is a string in the format `1h2m3s` and is parsed using the [time.ParseDuration] function from the Go standard library | | `source` | `string` | `cdn` | where to fetch the information from. Accepted values are `cdn` (`https://cdn.ohmyposh.dev/releases/latest/version.txt`) and `github` (`https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/version.txt`) |