Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e78568e

Browse files
chore: typo [skip ci] (#12364)
1 parent 86f8b52 commit e78568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/weex-template-compiler/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ function parse (
15161516
}
15171517
},
15181518
comment: function comment (text, start, end) {
1519-
// adding anyting as a sibling to the root node is forbidden
1519+
// adding anything as a sibling to the root node is forbidden
15201520
// comments should still be allowed, but ignored
15211521
if (currentParent) {
15221522
var child = {

0 commit comments

Comments
 (0)