Skip to content

Commit 81daeb2

Browse files
committed
Fix comment typo
1 parent a33cecd commit 81daeb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
export async function register() {
12-
// node-cron (and drivative libraries) uses Node.js timers, which are not available in Edge
12+
// node-cron (and derivative libraries) uses Node.js timers, which are not available in Edge
1313
// runtime. The register() function runs in both Node.js and Edge runtimes.
1414
// We must guard against Edge runtime to prevent crashes.
1515
if (process.env.NEXT_RUNTIME === 'nodejs') {

0 commit comments

Comments
 (0)