diff --git a/docs/changelog.md b/docs/changelog.md
index 316c47f..6dbb61a 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -10,11 +10,11 @@ nav_order: 999
## Release v1.2.0 NEW
### New Features
-- Added date funtionality so you can use a start and end date to keep track of days.
+- Added date functionality so you can use a start and end date to keep track of days.
- Added prefix and suffix to templates so that you can add custom text before and/or after the value and total.
- Added grouping of multiple progress bars with optional title and template.
- Added a hotkey to insert a date code block using todays date as the start and 1 week later for the end date (you can change default duration).
-- Added a copy button on every custom template to duplicate the entire template which is useful for creating similar varients.
+- Added a copy button on every custom template to duplicate the entire template which is useful for creating similar variants.
- REMOVED `Height`, `Round end caps`, `Number of marks` and `Overage color` from the standard settings as they are now primarily template based.
- Added a border around color pickers so they can be easily seen on mobile.
- Increased time to 3 seconds for editing template name.
@@ -26,7 +26,7 @@ nav_order: 999
- Fixed bug where the subtask text can be visible for progress bars without a tag or without a task matching tag.
- Fixed a bug where if you set the completed bar color to pure black (#000000) it would still be displayed instead of hidden.
- Made sure that the template name's textbox is not shrunk down in width on mobile so you can actually see the name.
-- Fixed the template name not being case insensative as intended.
+- Fixed the template name not being case insensitive as intended.
## Release v1.1.4