This commit is contained in:
NightKev 2025-08-04 20:58:11 -07:00 committed by GitHub
parent 989cfbc223
commit 938a4cf451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ export class MockConsole extends Console {
}
/**
* Check whether a given ste of data is in the blacklist to be barred from logging.
* Check whether a given set of data is in the blacklist to be barred from logging.
* @param data - The data being logged
* @returns Whether `data` is blacklisted from console logging
*/