Skip to content

Commit b932ddf

Browse files
committed
tiny fix
1 parent d46f8ed commit b932ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ${(await fs.readFile(`${docsPath}/.eslintrc.cjs`, 'utf8')).trim()}
5656
> [!NOTE]
5757
>
5858
> Check out
59-
> [the official example${hasLegacyConfig && 's'}](https://github.com/${user}/${repo}/tree/${branch}/examples/${gitFolder})
59+
> [the official example${hasLegacyConfig ? 's' : ''}](https://github.com/${user}/${repo}/tree/${branch}/examples/${gitFolder})
6060
> for
6161
> [ESLint Flat Config](https://github.com/${user}/${repo}/blob/${branch}/examples/${gitFolder}/eslint.config.js)
6262
${hasLegacyConfig ? `> or [ESLint Legacy Config](https://github.com/${user}/${repo}/blob/${branch}/examples/${gitFolder}/.eslintrc.cjs).` : '>.'}

0 commit comments

Comments
 (0)