Skip to content

Commit

Permalink
fix(notices): fix typo in log: s/supress/suppress/ (fixes #845)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Dec 21, 2024
1 parent 364ce85 commit 0e47049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/notices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function showNotice(id: keyof typeof notices) {
const text =
n.text +
(n.onceOnly ? " This will only be shown once, but you" : "You") +
" can supress this message in future with `yahooFinance.supressNotices(['" +
" can suppress this message in future with `yahooFinance.suppressNotices(['" +
id +
"'])`.";
const level = n.level || "info";
Expand Down

0 comments on commit 0e47049

Please sign in to comment.