Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankRay78 committed Sep 10, 2024
1 parent 0d60e44 commit c738d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/input/cli/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `CommandAppTester` is a test implementation of `CommandApp` that's configure

public override int Execute(CommandContext context)
{
_console.WriteLine("Hellow world.");
_console.WriteLine("Hello world.");
return 0;
}
}
Expand Down

0 comments on commit c738d75

Please sign in to comment.