We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613ed12 commit 22e6d66Copy full SHA for 22e6d66
apps/landing-page/pages/_app.tsx
@@ -82,7 +82,7 @@ function collectHeadings(
82
}
83
84
const websiteName = 'Devfile.io';
85
-const websiteDescription = 'An open standard defining containerized development environments.';
+const websiteDescription = 'An open standard for containerized development environments.';
86
87
function LandingPage({ Component, pageProps }: AppProps): JSX.Element {
88
const { markdoc } = pageProps as MarkdocNextJsPageProps;
0 commit comments