diff --git a/text/unstable_slugify.ts b/text/unstable_slugify.ts index e6ee6772db24..51aaae053bd9 100644 --- a/text/unstable_slugify.ts +++ b/text/unstable_slugify.ts @@ -7,7 +7,7 @@ const wordSegmenter = new Intl.Segmenter("en-US", { granularity: "word" }); export type SlugifyOptions = { /** * The regular expression to use for stripping characters. - * @default {typeof NON_WORD} + * @default {@linkcode NON_WORD_REGEXP} */ strip: RegExp; /**