fixed grammar on one of the alerts (#9799)

This commit is contained in:
Sarthak Sidhant 2025-12-09 18:52:23 +05:30 committed by GitHub
parent 4e182bd5b9
commit e4d5ce221b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ export default function CodeCopyButton({
localStorage.setItem("warning", "1");
setTimeout(() => {
toast.error(
"Be careful when copying scripts from the internet. Always remember check the source!",
"Be careful when copying scripts from the internet. Always remember to check the source!",
{ duration: 8000 },
);
}, 500);