Skip to content

Commit a7c9f6c

Browse files
committed
docs
1 parent 6aa8b05 commit a7c9f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/diff-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
153153

154154
* [Command line reference](https://www.scootersoftware.com/v4help/index.html?command_line_reference.html)
155155
* Enable [Automatically reload unless changes will be discarded](https://www.scootersoftware.com/v4help/optionstweak.html) in `Tools > Options > Tweaks > File Operations`.
156-
* For `.kmz`, and `.nupkg` Beyond Compare needs to be configured to treat them as zip.
156+
* For `.kmz`, and `.nupkg`, Beyond Compare needs to be configured to treat them as zip.
157157
`Tools > Options > Archive Types`. Scroll down to Zip, then add extra extension to the semicolon delimited list.
158158

159159
#### Windows settings:

src/DiffEngine.Tests/diffTools.include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
1818

1919
* [Command line reference](https://www.scootersoftware.com/v4help/index.html?command_line_reference.html)
2020
* Enable [Automatically reload unless changes will be discarded](https://www.scootersoftware.com/v4help/optionstweak.html) in `Tools > Options > Tweaks > File Operations`.
21-
* For `.kmz`, and `.nupkg` Beyond Compare needs to be configured to treat them as zip.
21+
* For `.kmz`, and `.nupkg`, Beyond Compare needs to be configured to treat them as zip.
2222
`Tools > Options > Archive Types`. Scroll down to Zip, then add extra extension to the semicolon delimited list.
2323

2424
#### Windows settings:

src/DiffEngine/Implementation/BeyondCompare.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static string RightOsxLinuxArguments(string temp, string target) =>
9090
Notes: """
9191
* [Command line reference](https://www.scootersoftware.com/v4help/index.html?command_line_reference.html)
9292
* Enable [Automatically reload unless changes will be discarded](https://www.scootersoftware.com/v4help/optionstweak.html) in `Tools > Options > Tweaks > File Operations`.
93-
* For `.kmz`, and `.nupkg` Beyond Compare needs to be configured to treat them as zip.
93+
* For `.kmz`, and `.nupkg`, Beyond Compare needs to be configured to treat them as zip.
9494
`Tools > Options > Archive Types`. Scroll down to Zip, then add extra extension to the semicolon delimited list.
9595
""");
9696
}

0 commit comments

Comments
 (0)