diff --git a/commands/search/mayo-clinic.js b/commands/search/mayo-clinic.js index e3c8069a..7f79022f 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: $('p[class="caption"]').first().next().text().trim() + description: header.next().text().trim() }; } return location;