Fix single quotes in js obj
This commit is contained in:
parent
e7705b2781
commit
2818cb708c
@ -22,7 +22,7 @@ const list = [{
|
||||
},
|
||||
{
|
||||
url: 'https://www.atlassian.com/git/',
|
||||
title: 'Atlassian's Git Guide'
|
||||
title: 'Atlassian\'s Git Guide'
|
||||
},
|
||||
{
|
||||
url: 'https://learnopengl.com/',
|
||||
@ -49,7 +49,7 @@ const list = [{
|
||||
url: 'https://mtlynch.io/code-review-love/'
|
||||
},
|
||||
{
|
||||
title: 'What's in the box? by @fasterthanlime',
|
||||
title: 'What\'s in the box? by @fasterthanlime',
|
||||
url: 'https://fasterthanli.me/articles/whats-in-the-box'
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user