chore: fix comment typo (#499)
* chore(typo): fix comment typo * chore(typo): fix comment typo of KeepAlive
This commit is contained in:
committed by
Eduardo San Martin Morote
parent
c6fb506fc0
commit
d5f4cc9c42
@@ -67,7 +67,7 @@ const KeepAliveImpl = {
|
||||
|
||||
// KeepAlive communicates with the instantiated renderer via the "sink"
|
||||
// where the renderer passes in platform-specific functions, and the
|
||||
// KeepAlivei instance expses activcate/decativate implementations.
|
||||
// KeepAlive instance exposes activate/deactivate implementations.
|
||||
// The whole point of this is to avoid importing KeepAlive directly in the
|
||||
// renderer to facilitate tree-shaking.
|
||||
const sink = instance.sink as KeepAliveSink
|
||||
|
||||
Reference in New Issue
Block a user