From e8ebe5708094e037dd6b5b2d500566f2703fabbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 14 Apr 2021 15:02:19 -0400 Subject: [PATCH] tiny tweaks --- packages/babel-types/scripts/generators/docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-types/scripts/generators/docs.js b/packages/babel-types/scripts/generators/docs.js index 788d5718c1dc..1b2b8e2d5d0c 100644 --- a/packages/babel-types/scripts/generators/docs.js +++ b/packages/babel-types/scripts/generators/docs.js @@ -233,9 +233,9 @@ const aliasDescriptions = { Private: "A cover of private class elements and private identifiers.", Property: "A cover of object properties and class properties.", Pureish: - "A cover of AST nodes which does not have side-effect. In other words, there is no observable behaviour changes if they are evaluated more than once.", + "A cover of AST nodes which do not have side-effects. In other words, there is no observable behaviour changes if they are evaluated more than once.", Scopable: - "A cover of [FunctionParent](#FunctionParent) and [BlockParent](#BlockParent).", + "A cover of [FunctionParent](#functionparent) and [BlockParent](#blockparent).", Statement: "A cover of any [Statement](https://tc39.es/ecma262/#prod-Statement)s.", TSBaseType: "A cover of primary TypeScript type annotations.",