Skip to content

Commit 26ce5a6

Browse files
authored
fix: typo (#3699)
2 parents 1f31e8f + 355075d commit 26ce5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/lib/components/token.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ onMount(() => {
9090
</section>
9191
{#if token.graphql}
9292
<section>
93-
<h2 class="text-foreground">GrapqhQL</h2>
93+
<h2 class="text-foreground">GraphQL</h2>
9494
<div>Name: {token.graphql.primaryRepresentation.name}</div>
9595
<div>Symbol: {token.graphql.primaryRepresentation.symbol}</div>
9696
<div>Decimals: {token.graphql.primaryRepresentation.decimals}</div>

0 commit comments

Comments
 (0)