Skip to content

Commit

Permalink
Simplify language
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Babenia <[email protected]>
  • Loading branch information
abitrolly committed Sep 14, 2024
1 parent 613ed12 commit f85d642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/landing-page/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function collectHeadings(
}

const websiteName = 'Devfile.io';
const websiteDescription = 'An open standard defining containerized development environments.';
const websiteDescription = 'An open standard for containerized development environments.';

function LandingPage({ Component, pageProps }: AppProps): JSX.Element {
const { markdoc } = pageProps as MarkdocNextJsPageProps;
Expand Down
2 changes: 1 addition & 1 deletion libs/core/src/components/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function Hero(): JSX.Element {
Simplify and accelerate your workflow.
</p>
<p className="mt-3 text-2xl tracking-tight text-slate-400">
An open standard defining containerized development environments.
An open standard for containerized development environments.
</p>
<div className="mt-8 flex gap-4 md:justify-center lg:justify-start">
<Button
Expand Down

0 comments on commit f85d642

Please sign in to comment.