Skip to content

Commit

Permalink
chore: typo [skip ci] (vuejs#12364)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikIdreesHasanKhan authored Nov 17, 2021
1 parent 86f8b52 commit e78568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/weex-template-compiler/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ function parse (
}
},
comment: function comment (text, start, end) {
// adding anyting as a sibling to the root node is forbidden
// adding anything as a sibling to the root node is forbidden
// comments should still be allowed, but ignored
if (currentParent) {
var child = {
Expand Down

0 comments on commit e78568e

Please sign in to comment.