diff --git a/apps/oxlint/src-js/plugins/options.ts b/apps/oxlint/src-js/plugins/options.ts index 3a7516eac74ec..14b753ec5e98b 100644 --- a/apps/oxlint/src-js/plugins/options.ts +++ b/apps/oxlint/src-js/plugins/options.ts @@ -95,7 +95,7 @@ export function initAllOptions(): void { * Config options take precedence over default options. * * Returned options are deep frozen. - * `ruleOptions` may be frozen in place (or partially frozen) too. + * `configOptions` may be frozen in place (or partially frozen) too. * `defaultOptions` must already be deep frozen before calling this function. * * Follows the same merging logic as ESLint's `getRuleOptions`.