From 4dd5d32e0e3f1fd72cf85f4dc8bea50ba5b825c6 Mon Sep 17 00:00:00 2001
From: "Cesar V. Sampaio" <37849741+cesarvspr@users.noreply.github.com>
Date: Sun, 13 Nov 2022 07:25:44 -0500
Subject: [PATCH] docs: adjust typo

---
 website/docs/configuration/overview.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/configuration/overview.mdx b/website/docs/configuration/overview.mdx
index a903604d..c68b8e8b 100644
--- a/website/docs/configuration/overview.mdx
+++ b/website/docs/configuration/overview.mdx
@@ -161,7 +161,7 @@ warnings, and ignore them at your peril.
 
 Oh My Posh supports three file formats for themes: `json`, `yaml`, and `toml`.
 
-Various converters exist to convert between these, although they aren't perfect and will require manaual
+Various converters exist to convert between these, although they aren't perfect and will require manual
 adjustment. Notably, the schema implementation for json is as follows:
 
 ```json