We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a49b4 commit fc4c48eCopy full SHA for fc4c48e
1 file changed
src/InEngine.Commands/AlwaysSucceed.cs
@@ -9,7 +9,7 @@ public class AlwaysSucceed : AbstractCommand
9
{
10
public override void Run()
11
12
- Info("Ths command always succeeds.");
+ Info("This command always succeeds.");
13
}
14
15
0 commit comments