Skip to content

Commit 209e193

Browse files
Alexandra Tranjflo
authored andcommitted
escape apostrophe
Signed-off-by: Alexandra Tran <[email protected]>
1 parent db489af commit 209e193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomepageCards/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function HomepageCards(): JSX.Element {
9494
<p>
9595
Besu is an open source Ethereum client developed under the
9696
Apache 2.0 license and written in Java. It runs on public and private
97-
networks. You can also extend Besu's functionality using plugins.
97+
networks. You can also extend Besu&apos;s functionality using plugins.
9898
</p>
9999
<div className="row">
100100
{CardList.map((props, idx) => (

0 commit comments

Comments
 (0)