summaryrefslogtreecommitdiff
path: root/examples/hackernews/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hackernews/src')
-rw-r--r--examples/hackernews/src/pages/stories/[id].astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/src/pages/stories/[id].astro b/examples/hackernews/src/pages/stories/[id].astro
index 84383aa9e..9cfad36fd 100644
--- a/examples/hackernews/src/pages/stories/[id].astro
+++ b/examples/hackernews/src/pages/stories/[id].astro
@@ -25,7 +25,7 @@ const story = (await fetchAPI(`item/${id}`)) as IStory;
<a href={`/users/${story.user}`}>
{story.user}
</a>
- &nbsp;{story.time_ago}
+ &nbsp;{story.time_ago}
</p>
</header>
<main>