Skip to content

Commit 6ff260f

Browse files
committed
improve comment and fix another typo
1 parent 56875e3 commit 6ff260f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-scripts/generate-youtube-redirects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const fs = require('node:fs');
22
const { paths, toSlug } = require('../content-testing/content');
33

4-
// Generates a JSON file with mappings of YouTube video IDS to their challenge or track URL
5-
// Priotity: challenge > canonicalTrack > track
4+
// Generates a JSON file that maps YouTube IDs to their challenge or track URL
5+
// Priority: challenge > canonical track > track
66

77
const redirects = {};
88

0 commit comments

Comments
 (0)