Skip to content

Commit 5ad6ed9

Browse files
author
Alexandra Tran
committed
escape apostrophe
Signed-off-by: Alexandra Tran <[email protected]>
1 parent 79d0cac commit 5ad6ed9

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
@@ -93,7 +93,7 @@ export default function HomepageCards(): JSX.Element {
9393
<p>
9494
Hyperledger Besu is an open source Ethereum client developed under the
9595
Apache 2.0 license and written in Java. It runs on public and private
96-
networks. You can also extend Besu's functionality using plugins.
96+
networks. You can also extend Besu&apos;s functionality using plugins.
9797
</p>
9898
<div className="row">
9999
{CardList.map((props, idx) => (

0 commit comments

Comments
 (0)