Skip to content

Commit

Permalink
chore: fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 14, 2022
1 parent eaa589e commit cce63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interface BlogPost {
const blogPosts: BlogPost[] = [
{
id: 1,
title: Never gonna run around and desert you,
title: 'Never gonna run around and desert you',
author: {
id: 10,
name: 'Joe',
Expand Down

0 comments on commit cce63f9

Please sign in to comment.