Skip to content

Commit 340725c

Browse files
authored
chore: fix typo on landing page
1 parent 1ec0be6 commit 340725c

File tree

1 file changed

+2
-2
lines changed
  • packages/website/src/components/HomepageDemoApps

1 file changed

+2
-2
lines changed

packages/website/src/components/HomepageDemoApps/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function HomepageDemoApps(): JSX.Element {
4747
<article className="demo-apps mainPageContainer">
4848
<div className="demo-apps__heading">
4949
<h2 className="demo-apps__title">Use the web framework of your choice</h2>
50-
<p className="demo-apps__desc"> UI5 Web Componnents are framework agnostic, working seamlessly with all popular frameworks,
50+
<p className="demo-apps__desc"> UI5 Web Components are framework agnostic, working seamlessly with all popular frameworks,
5151
including Angular, React, Vue, Svelte, etc.</p>
5252
</div>
5353
<div className="demo-apps__frameworks">
@@ -57,4 +57,4 @@ export default function HomepageDemoApps(): JSX.Element {
5757
</div>
5858
</article>
5959
);
60-
}
60+
}

0 commit comments

Comments
 (0)