Skip to content

Commit 6b3d3d6

Browse files
committed
chore: improve grammar
per coderabbitai #2651 (review) Signed-off-by: Josh Soref <[email protected]>
1 parent a25346e commit 6b3d3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/utils/atproto/utils/likes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class PackageLikesUtils {
5454
this.constellation =
5555
deps?.constellation ??
5656
new Constellation(
57-
// Passes in a fetch wrapped as CachedFetch since are already doing some heavy caching here
57+
// Passes in a fetch wrapped as CachedFetch because we're already doing some heavy caching here
5858
async <T = unknown>(
5959
url: string,
6060
options: Parameters<typeof $fetch>[1] = {},

0 commit comments

Comments
 (0)