Skip to content

Commit 22e6d66

Browse files
authored
Simplify language
1 parent 613ed12 commit 22e6d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing-page/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function collectHeadings(
8282
}
8383

8484
const websiteName = 'Devfile.io';
85-
const websiteDescription = 'An open standard defining containerized development environments.';
85+
const websiteDescription = 'An open standard for containerized development environments.';
8686

8787
function LandingPage({ Component, pageProps }: AppProps): JSX.Element {
8888
const { markdoc } = pageProps as MarkdocNextJsPageProps;

0 commit comments

Comments
 (0)