File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export declare class Database {
169
169
getRowsModified ( ) : number ;
170
170
171
171
/**
172
- * Analyze a result code, return null if no error occured , and throw an
172
+ * Analyze a result code, return null if no error occurred , and throw an
173
173
* error with a descriptive message otherwise
174
174
* @see [https://sql.js.org/documentation/Database.html#["handleError"]](https://sql.js.org/documentation/Database.html#%5B%22handleError%22%5D)
175
175
*/
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ export async function sendTweet(
247
247
sentTweets . push ( finalTweet ) ;
248
248
previousTweetId = finalTweet . id ;
249
249
} else {
250
- console . error ( "Error sending chunk" , chunk , "repsonse :" , body ) ;
250
+ console . error ( "Error sending chunk" , chunk , "response :" , body ) ;
251
251
}
252
252
253
253
// Wait a bit between tweets to avoid rate limiting issues
You can’t perform that action at this time.
0 commit comments