Correct typo from 'propeties' to 'properties'

This commit is contained in:
dbswlrla112@naver.com
2024-10-17 17:05:39 +09:00
committed by Martin Lippert
parent f36eac6680
commit 89673ea2ac
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ public class PropertiesToYamlCommandTest {
Command cmd = new Command();
cmd.setCommand(PropertiesToYamlCommand.CMD_PROPS_TO_YAML);
cmd.setArguments(List.of(propsFilePath.toUri().toASCIIString(), yamlFilePath.toUri().toASCIIString(), replace));
cmd.setTitle("Convert .propeties to .yaml");
cmd.setTitle("Convert .properties to .yaml");
ShowDocumentResult res = (ShowDocumentResult) harness.perform(cmd);