chore: fix comment typo (#499)

* chore(typo): fix comment typo

* chore(typo): fix comment typo of KeepAlive
This commit is contained in:
Rustin
2019-11-26 16:26:03 +08:00
committed by Eduardo San Martin Morote
parent c6fb506fc0
commit d5f4cc9c42
2 changed files with 3 additions and 3 deletions

View File

@@ -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