docs: fix typo in renderer description (#29581)

PR Close #29581
This commit is contained in:
Jon Grunewald 2019-03-29 00:48:57 -04:00 committed by Jason Aden
parent d4c4a89431
commit c67f6a7e60
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
* We do this by defining a subset of DOM API to be the renderer and than
* use that time for rendering.
*
* At runtime we can than use the DOM api directly, in server or web-worker
* At runtime we can then use the DOM api directly, in server or web-worker
* it will be easy to implement such API.
*/