Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
David Baker
2023-09-25 20:55:04 +01:00
committed by GitHub
parent c546042d18
commit 31446e7997

View File

@@ -577,7 +577,7 @@ type LogExtensionFunc = (
type LogLevelString = keyof typeof LogLevel;
/**
* This method borrowed from livekit (who also ise loglevel and in turn essentially
* This method borrowed from livekit (who also use loglevel and in turn essentially
* took loglevel's example honouring log levels). Adds a loglevel logging extension
* in the recommended way.
*/