Skip to content

Commit 447d516

Browse files
Chore: use ASCII apostrophe in comment
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
1 parent 50acb62 commit 447d516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/podcast-latest-season.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export async function getLatestPodcastSeasonLinks({
7373
request,
7474
timings,
7575
key: 'podcasts:latest-season-links',
76-
// Keep this fairly fresh; its used on every page load for nav links.
76+
// Keep this fairly fresh; it's used on every page load for nav links.
7777
ttl: 1000 * 60 * 5,
7878
staleWhileRevalidate: 1000 * 60 * 60 * 24,
7979
checkValue: latestPodcastSeasonLinksSchema,

0 commit comments

Comments
 (0)