From bc113549fa744be6ca3022760608bbdd4d6a87eb Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 28 Mar 2022 22:30:37 -0400 Subject: [PATCH] Fixes capitalization --- walkthroughs/plus/2-worktrees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walkthroughs/plus/2-worktrees.md b/walkthroughs/plus/2-worktrees.md index dcf59ff..4c24feb 100644 --- a/walkthroughs/plus/2-worktrees.md +++ b/walkthroughs/plus/2-worktrees.md @@ -6,4 +6,4 @@ Worktrees make developing on and testing multiple branches easier, by minimizing the context switching between branches. Worktrees allow you to easily work on different branches of a repository simultaneously. You can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace. -_Note: Worktrees do not yet work with VS Code on the web._ +_Note: Worktrees do not yet work with VS Code on the Web._