Skip to content

Commit d558279

Browse files
Update .typedoc/custom-plugin.mjs
Co-authored-by: Michael Novotny <manovotny@gmail.com>
1 parent 6762512 commit d558279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.typedoc/custom-plugin.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function getCatchAllReplacements() {
164164
{
165165
pattern: /(?<![\[\w`])`?((?:SignIn|SignUp)Errors)`?(?![\]\w`])/g,
166166
replace: (/** @type {string} */ _match, /** @type {string} */ type) =>
167-
`[${type}](/docs/reference/javascript/types/errors)`,
167+
`[\`${type}\`](/docs/reference/javascript/types/errors)`,
168168
},
169169
{
170170
pattern: /(?<![\[\w`])`?SignInFutureResource`?(?![\]\w`])/g,

0 commit comments

Comments
 (0)