Skip to content

Commit

Permalink
Update site/gatsby-site/src/api/parseNews.js
Browse files Browse the repository at this point in the history
mega nitpick: recurs -> recurses
  • Loading branch information
kepae authored Nov 28, 2023
1 parent 6334b7e commit 28f4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/src/api/parseNews.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' };
Expand Down

0 comments on commit 28f4952

Please sign in to comment.