From cf7d6ecc940f0b85bc210faa8d30470899bcf894 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:57:03 -0700 Subject: [PATCH] fix: typos changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72ad5e..a92ddf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v1.3.1 (2025-01-10) -- Makes various changes to how Dotfiles are sourced providing a vastly improved experience, ensuring that Dotfiles are fetched on every shell but without requiring the user to wait for that lengthy process +- Makes various changes to how dotfiles are sourced providing a vastly improved experience, ensuring that dotfiles are fetched on every shell but without requiring the user to wait for that lengthy process - Use `git fetch` instead of `git remote update` to cut down on checked branches - Only recurse through submodules if changed, on-demand - Removed the temp dots timestamp file and concept added in v1.2.1 which was prone to failure due to VS Code ([closes #9](https://github.com/Justintime50/dots/issues/9))