Skip to content

Commit 169a738

Browse files
authored
chore: fix some typos in comment (#682)
Signed-off-by: hidewrong <[email protected]>
1 parent bdda00f commit 169a738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clis/blob-propagation-jobs-cli/src/commands/create.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
queuesOptionDef,
2323
} from "../utils";
2424

25-
// TODO: Need to convert it to number explicity due to ci tests failing
25+
// TODO: Need to convert it to number explicitly due to ci tests failing
2626
// with the following error:
2727
const PRISMA_BATCH_OPERATIONS_MAX_SIZE = parseInt(
2828
env.PRISMA_BATCH_OPERATIONS_MAX_SIZE.toString()

packages/api/src/routers/blob/getBlobDataByBlobId.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const getBlobDataByBlobId = publicProcedure
2121
method: "GET",
2222
path: "/blobs/{id}/data",
2323
tags: ["blobs"],
24-
summary: "Retrives blob data for given blob id.",
24+
summary: "Retrieves blob data for given blob id.",
2525
},
2626
})
2727
.input(inputSchema)

0 commit comments

Comments
 (0)