Skip to content

Commit 3fdf3a1

Browse files
committed
Fixed minor typos
1 parent f8ae44e commit 3fdf3a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/help/AskCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private boolean handleIsValidTitle(@NotNull CharSequence title, @NotNull IReplyC
109109
}
110110

111111
event.reply(
112-
"Sorry, but the titel length (after removal of special characters) has to be between %d and %d."
112+
"Sorry, but the title length (after removal of special characters) has to be between %d and %d."
113113
.formatted(TITLE_COMPACT_LENGTH_MIN, TITLE_COMPACT_LENGTH_MAX))
114114
.setEphemeral(true)
115115
.queue();

application/src/main/java/org/togetherjava/tjbot/commands/help/HelpSystemHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RestAction<Message> sendExplanationMessage(@NotNull MessageChannel threadChannel
8585
If nobody is calling back, that usually means that your question was **not well asked** and \
8686
hence nobody feels confident enough answering. Try to use your time to elaborate, \
8787
**provide details**, context, more code, examples and maybe some screenshots. \
88-
With enough info, someone knows the answer for sure ."""));
88+
With enough info, someone knows the answer for sure."""));
8989

9090
MessageAction action = threadChannel.sendMessage(message);
9191
if (useCodeSyntaxExampleImage) {

0 commit comments

Comments
 (0)