Skip to content

Commit c664d2f

Browse files
committed
Fix documentation comment
1 parent 158e319 commit c664d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs-builder/Cli/Commands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal class Commands(ILoggerFactory logger, ICoreService githubActionsService
2222
/// <param name="path">-p, Path to serve the documentation.
2323
/// Defaults to the`{pwd}/docs` folder
2424
/// </param>
25-
/// <param name="port">Port to serve the documentation.
25+
/// <param name="port">Port to serve the documentation.</param>
2626
/// <param name="ctx"></param>
2727
[Command("serve")]
2828
public async Task Serve(string? path = null, int port = 3000, Cancel ctx = default)

0 commit comments

Comments
 (0)