Skip to content

Commit 6c94ffa

Browse files
Merge pull request #10781 from changeworld/patch-1
Fix typo: specifes -> specifies
2 parents 03dbfe8 + 2db29be commit 6c94ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/how-to-specify-build-events-visual-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following procedure shows how to set the minimum operating system version in
163163

164164
When you build the project, this command changes the minimum operating system version in the application manifest to 5.1.2600.0.
165165

166-
The `$(TargetPath)` macro expresses the full path for the executable being created. Therefore, `$(TargetPath).manifest` specifes the application manifest created in the *bin* directory. Publishing copies this manifest to the publishing location that you set earlier.
166+
The `$(TargetPath)` macro expresses the full path for the executable being created. Therefore, `$(TargetPath).manifest` specifies the application manifest created in the *bin* directory. Publishing copies this manifest to the publishing location that you set earlier.
167167

168168
8. Publish the project again. Go to the **Publish** page and click **Publish Now**.
169169

0 commit comments

Comments
 (0)