Skip to content

Commit 2e640f5

Browse files
committed
Tweaks content & typos
1 parent 79008fc commit 2e640f5

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ No, the introduction of GitLens+ features has no impact on existing GitLens feat
8989

9090
The _Commit Graph_ helps you easily visualize and keep track of all work in progress. Not only does it help you verify your changes, but also easily see changes made by others and when. Selecting a row within the graph will open in-depth information about a commit or stash in the new [Commit Details view](#commit-details-view-).
9191

92-
Use the rich commit search to find exactly what your looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.
92+
Use the rich commit search to find exactly what you're looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.
9393

9494
## Visual File History view [#](#visual-file-history-view- 'Visual File History view')
9595

@@ -99,7 +99,7 @@ Use the rich commit search to find exactly what your looking for. It's powerful
9999

100100
The _Visual File History_ view allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
101101

102-
Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes, and more.
102+
Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes and more.
103103

104104
Authors who have contributed changes to the file are on the left y-axis to create a swim-lane of their commits over time (the x-axis). Commit are plotted as color-coded (per-author) bubbles, whose size represents the relative magnitude of the changes.
105105

@@ -111,7 +111,7 @@ Additionally, each commit's additions and deletions are visualized as color-code
111111
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees-illustrated.png" alt="Worktrees view" />
112112
</p>
113113

114-
Worktrees help you multitask, by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.
114+
Worktrees help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.
115115

116116
Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work.
117117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12164,7 +12164,7 @@
1216412164
},
1216512165
{
1216612166
"view": "gitlens.views.worktrees",
12167-
"contents": "Worktrees, a [✨ GitLens+ feature](command:gitlens.plus.learn \"Learn more about GitLens+ features\"), help you multitask, by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.\n\nYou can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace."
12167+
"contents": "Worktrees, a [✨ GitLens+ feature](command:gitlens.plus.learn \"Learn more about GitLens+ features\"), help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.\n\nYou can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace."
1216812168
},
1216912169
{
1217012170
"view": "gitlens.views.worktrees",

src/webviews/apps/home/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
helps you easily visualize and keep track of all work in progress.
261261
</p>
262262
<p class="mb-0">
263-
Use the rich commit search to find exactly what your looking for. It's powerful filters allow
263+
Use the rich commit search to find exactly what you're looking for. It's powerful filters allow
264264
you to search by a specific commit, message, author, a changed file or files, or even a specific
265265
code change.
266266
</p>
@@ -287,7 +287,7 @@
287287
</p>
288288
<p class="mb-0">
289289
Use it to quickly find when the most impactful changes were made to a file or who best to talk
290-
to about file changes, and more.
290+
to about file changes and more.
291291
</p>
292292
</card-section>
293293
<card-section dismissable id="worktrees">
@@ -306,7 +306,7 @@
306306
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
307307
>Worktrees</a
308308
>
309-
help you multitask, by minimizing the context switching between branches, allowing you to easily
309+
help you multitask by minimizing the context switching between branches, allowing you to easily
310310
work on different branches of a repository simultaneously.
311311
</p>
312312
<p class="mb-0">

src/webviews/apps/plus/timeline/timeline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 data-bind="empty"></h1>
4949
</p>
5050
<p>
5151
Use it to quickly find when the most impactful changes were made to a file or who best to talk to
52-
about file changes, and more.
52+
about file changes and more.
5353
</p>
5454
<div id="overlay-slot"></div>
5555
</div>

walkthroughs/plus/commit-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
The Commit Graph helps you easily visualize and keep track of all work in progress. Not only does it help you verify your changes, but also easily see changes made by others and when.
88

9-
Use the rich commit search to find exactly what your looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.
9+
Use the rich commit search to find exactly what you're looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.

walkthroughs/plus/visual-file-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The Visual File History allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
88

9-
Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes, and more.
9+
Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes and more.
1010

1111
Authors who have contributed changes to the file are on the left y-axis to create a swim-lane of their commits over time (the x-axis). Commit are plotted as color-coded (per-author) bubbles, whose size represents the relative magnitude of the changes.
1212

walkthroughs/plus/worktrees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="../../images/docs/worktrees-illustrated.png" alt="Worktrees View"/>
55
</p>
66

7-
Worktrees help you multitask, by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.
7+
Worktrees help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.
88

99
Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work.
1010

0 commit comments

Comments
 (0)