diff --git a/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx b/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx index a4cf8183..cde46552 100644 --- a/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx +++ b/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx @@ -538,7 +538,7 @@ We just need to iterate through the declarations, generate the JS output and joi ## Final words -In this piece of content, my goal was to show the whole implementation declaring multiple symbols for variables: +In this piece of content, my goal was to show the whole implementation of declaring multiple symbols for variables: - How to build tokens and structure the AST to support list of var declarations - How to type check lists