Skip to content

Commit

Permalink
(GH-2220) Corrected documentation for InnoSetup alias
Browse files Browse the repository at this point in the history
  • Loading branch information
SIkebe authored and gep13 committed Jul 25, 2018
1 parent 259f6ed commit daf53ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Common/Tools/InnoSetup/InnoSetupAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static void InnoSetup(this ICakeContext context, FilePath scriptFile)
/// <example>
/// <code>
/// InnoSetup("./src/Cake.iss", new InnoSetupSettings {
/// OutputDir = outputDirectory
/// OutputDirectory = outputDirectory
/// });
/// </code>
/// </example>
Expand Down

0 comments on commit daf53ae

Please sign in to comment.