Skip to content

Commit 58497e1

Browse files
seriemashellscape
andauthored
docs(typescript): fix minor markdown syntax in transformers-section (#624)
* Fix minor markdown syntax in transformers-section Fixed a broken bullet point and wrong single quote characters. * Fix spelling of "built-in" in transformers-section As suggested by @shellscape Co-authored-by: Andrew Powell <[email protected]> Co-authored-by: Andrew Powell <[email protected]>
1 parent 3d60158 commit 58497e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/typescript/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ Allows registration of TypeScript custom transformers at any of the supported st
121121

122122
- **before**: transformers will execute before the TypeScript's own transformers on raw TypeScript files
123123
- **after**: transformers will execute after the TypeScript transformers on transpiled code
124-
**afterDeclarations**: transformers will execute after declaration file generation allowing to modify existing declaration files
124+
- **afterDeclarations**: transformers will execute after declaration file generation allowing to modify existing declaration files
125125

126126
Supported transformer factories:
127127

128-
- all **build in** TypeScript custom transformer factories:
128+
- all **built-in** TypeScript custom transformer factories:
129129

130-
- `import(typescript).TransformerFactory` annotated **TransformerFactory** bellow
131-
- `import(typescript).CustomTransformerFactory` annotated **CustomTransformerFactory** bellow
130+
- `import('typescript').TransformerFactory` annotated **TransformerFactory** bellow
131+
- `import('typescript').CustomTransformerFactory` annotated **CustomTransformerFactory** bellow
132132

133133
- **ProgramTransformerFactory** represents a transformer factory allowing the resulting transformer to grab a reference to the **Program** instance
134134

0 commit comments

Comments
 (0)