Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asashour authored and remkop committed Nov 2, 2021
1 parent c33961c commit 9a69b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picocli-shell-jline2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public class InteractiveParameterConsumer implements IParameterConsumer {
.format("Enter %s: ", argSpec.paramLabel()), '\0'));
} catch (IOException e) {
throw new CommandLine.ParameterException(commandSpec.commandLine()
, "Error while reading interactivly", e, argSpec, "");
, "Error while reading interactively", e, argSpec, "");
}
}
}
Expand Down

0 comments on commit 9a69b94

Please sign in to comment.