Skip to content

Commit e2bc723

Browse files
authored
Fix mismatched backtick in "Include prerequisites with a ClickOnce application"
1 parent 76490d1 commit e2bc723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/how-to-include-prerequisites-with-a-clickonce-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you can distribute prerequisite software with a ClickOnce application, yo
4141

4242
6. Copy the file to the root folder for the prerequisite.
4343

44-
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472* folder.
44+
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472` folder.
4545

4646
You can now distribute the installer package with your application.
4747

0 commit comments

Comments
 (0)