diff --git a/src/buildTree.js b/src/buildTree.js index d8e286895..e20d23c9d 100644 --- a/src/buildTree.js +++ b/src/buildTree.js @@ -1,5 +1,5 @@ /** - * This file does the main work of building a domTree sturcture from a parse + * This file does the main work of building a domTree structure from a parse * tree. The entry point is the `buildTree` function, which takes a parse tree. * Then, the buildExpression, buildGroup, and various groupTypes functions are * called, to produce a final tree.