Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Apr 18, 2024
1 parent 3a16970 commit 8960793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/home/apis-instance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function ApisInstance(props: ApisInstanceProps): JSX.Element {
<p>{instance.description}</p>
<footer>
<a
aria-label={`More infon on ${instance.title}`}
aria-label={`More info on ${instance.title}`}
className={styles["link"]}
href={instance.url}
rel="noreferrer"
Expand Down

0 comments on commit 8960793

Please sign in to comment.