Skip to content

Commit 0497e24

Browse files
committed
docs(website): update description in theme config
1 parent 8b72db2 commit 0497e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
const config = useConfig();
2424
const title = `${config.title} – ESLint React`;
2525
const description = config.frontMatter["description"]
26-
|| "ESLint React – The most advanced linting rules for React.";
26+
|| "ESLint React – A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.";
2727
const image = config.frontMatter["image"]
2828
|| `${PUBLIC_URL}/og.png`;
2929
return (

0 commit comments

Comments
 (0)