Skip to content

Commit bee46c4

Browse files
committed
chore: fix typos
1 parent e0c3f3f commit bee46c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/adapter-sqljs/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export declare class Database {
169169
getRowsModified(): number;
170170

171171
/**
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
173173
* error with a descriptive message otherwise
174174
* @see [https://sql.js.org/documentation/Database.html#["handleError"]](https://sql.js.org/documentation/Database.html#%5B%22handleError%22%5D)
175175
*/

packages/client-twitter/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export async function sendTweet(
247247
sentTweets.push(finalTweet);
248248
previousTweetId = finalTweet.id;
249249
} else {
250-
console.error("Error sending chunk", chunk, "repsonse:", body);
250+
console.error("Error sending chunk", chunk, "response:", body);
251251
}
252252

253253
// Wait a bit between tweets to avoid rate limiting issues

0 commit comments

Comments
 (0)