Skip to content

Commit e98c651

Browse files
author
Vipul Kumar
committed
[Fix] add missing double quote around "Home" keyword
Double quote around "Home" keyword is missing in square bracket, but present in figure caption, see @Morganov's comment on PR #1444[1]. [1]: #1444 (comment)
1 parent 1283cac commit e98c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/A-git-in-other-environments/sections/visualstudio.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a hub for performing Git actions; when you're _writing_ code, you'll pro
1818

1919
[[vs_home]]
2020
.The "Home" view for a Git repository in Visual Studio
21-
image::images/vs-2.png[The Home view for a Git repository in Visual Studio]
21+
image::images/vs-2.png[The ``Home'' view for a Git repository in Visual Studio]
2222

2323
Visual Studio now has a powerful task-focused UI for Git.
2424
It includes a linear history view, a diff viewer, remote commands, and many other capabilities.

0 commit comments

Comments
 (0)