Skip to content

Commit f85d642

Browse files
committed
Simplify language
Signed-off-by: Anatoli Babenia <[email protected]>
1 parent 613ed12 commit f85d642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;

libs/core/src/components/hero/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function Hero(): JSX.Element {
7272
Simplify and accelerate your workflow.
7373
</p>
7474
<p className="mt-3 text-2xl tracking-tight text-slate-400">
75-
An open standard defining containerized development environments.
75+
An open standard for containerized development environments.
7676
</p>
7777
<div className="mt-8 flex gap-4 md:justify-center lg:justify-start">
7878
<Button

0 commit comments

Comments
 (0)