Skip to content

Commit fd38518

Browse files
committed
Fix comment
1 parent fd025a2 commit fd38518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextjs/nextjs-wizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export async function runNextjsWizard(options: WizardOptions): Promise<void> {
206206
}
207207

208208
function instrumentationFileAvailable(nextVersion: string | undefined): boolean {
209-
const minimumVersion = '15.3.0'; //instrumentation-client.js|tsx was introduced in 15.3
209+
const minimumVersion = '15.3.0'; //instrumentation-client.js|ts was introduced in 15.3
210210

211211
if (!nextVersion) {
212212
return false;

0 commit comments

Comments
 (0)