diff --git a/site/gatsby-site/src/api/parseNews.js b/site/gatsby-site/src/api/parseNews.js index 16ca2b12e4..4c8b941f86 100644 --- a/site/gatsby-site/src/api/parseNews.js +++ b/site/gatsby-site/src/api/parseNews.js @@ -24,7 +24,7 @@ export default async function handler(req, res) { } // Runs first with { cookies: false }, -// then on error recurs with { cookies: true } as a fallback. +// then on error recurses with { cookies: true } as a fallback. const getArticle = async (url, config) => { try { const parserConfig = { contentType: 'markdown' };