Skip to content

Commit 4f16088

Browse files
committed
Fix typo
1 parent 390d865 commit 4f16088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function uploadPost(data: PostUploadCommandData) {
3939

4040
if (!contentToken) {
4141
// TODO: If donmai URL is the source then we need to do the uploadTempFileFromContent here!
42-
console.log("contentToken is undefined. Is could be a problem for some sources!");
42+
console.log("contentToken is undefined. This could be a problem for some sources!");
4343
}
4444

4545
const createdPost = await szuru.createPost(data.post, contentToken);

0 commit comments

Comments
 (0)