Skip to content

Commit f792a57

Browse files
authored
Fix spelling (#126)
1 parent f6a0a6a commit f792a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const robot = (app: Probot) => {
4848
const chat = await loadChat(context);
4949

5050
if (!chat) {
51-
console.log('Chat initialized fialed');
51+
console.log('Chat initialized failed');
5252
return 'no chat';
5353
}
5454

0 commit comments

Comments
 (0)