Fix single quotes in js obj

This commit is contained in:
Paul W. 2021-12-08 01:14:11 -05:00
parent e7705b2781
commit 2818cb708c

View File

@ -22,7 +22,7 @@ const list = [{
}, },
{ {
url: 'https://www.atlassian.com/git/', url: 'https://www.atlassian.com/git/',
title: 'Atlassian's Git Guide' title: 'Atlassian\'s Git Guide'
}, },
{ {
url: 'https://learnopengl.com/', url: 'https://learnopengl.com/',
@ -49,7 +49,7 @@ const list = [{
url: 'https://mtlynch.io/code-review-love/' 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' url: 'https://fasterthanli.me/articles/whats-in-the-box'
} }
] ]