diff --git a/commands/search/mayo-clinic.js b/commands/search/mayo-clinic.js index c4947c60..0bc52baa 100644 --- a/commands/search/mayo-clinic.js +++ b/commands/search/mayo-clinic.js @@ -66,7 +66,7 @@ module.exports = class MayoClinicCommand extends Command { return { name: $('h1').first().text().trim(), url: location, - description: header.next('p').text() + description: $('p').first().text().trim() }; } return location;