Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Napoli <matthieu@mnapoli.fr>
  • Loading branch information
medikoo and mnapoli committed Oct 19, 2021
1 parent fab132e commit c63accc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/doctor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ module.exports = async () => {
})();

if (healthStatus) writeText(healthStatus);
else log.notice('No issues reported in the last command');
else log.notice('No deprecations were reported in the last command');
};
2 changes: 1 addition & 1 deletion lib/utils/logDeprecation.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module.exports.printSummary = async () => {
healthStatus.push(message);
if (!code.startsWith('EXT_')) {
healthStatus.push(
style.aside(`More Info: https://www.serverless.com/framework/docs/deprecations/#${code}`)
style.aside(`More info: https://serverless.com/framework/docs/deprecations/#${code}`)
);
}
}
Expand Down

0 comments on commit c63accc

Please sign in to comment.