Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 454d997

Browse files
Goamandmo-odoo
authored andcommitted
[FIX] DomObjectRenderer: fix typo in comment
1 parent c38d4ca commit 454d997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-renderer-dom-object/src/DomObjectRenderingEngine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export class DomObjectRenderingEngine extends RenderingEngine<DomObject> {
490490
if (parent) {
491491
const markers: VNode[] = [];
492492
parent.childVNodes.forEach(sibling => {
493-
// Filter and sort the ndoes.
493+
// Filter and sort the nodes.
494494
if (setNodes.has(sibling)) {
495495
if (sibling.tangible) {
496496
renderingUnits.push(this._createUnit(cache, sibling, rendered));

0 commit comments

Comments
 (0)