Skip to content

Commit c56724e

Browse files
authored
docs: fix inputMaybeValue config typo (#9386)
1 parent 5950f5a commit c56724e

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/typescript/typescript/src

1 file changed

+1
-1
lines changed

packages/plugins/typescript/typescript/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export interface TypeScriptPluginConfig extends RawTypesConfig {
334334
* 'path/to/file.ts': {
335335
* plugins: ['typescript'],
336336
* config: {
337-
* inputMaybeValue: T | null | undefined
337+
* inputMaybeValue: 'T | null | undefined'
338338
* }
339339
* }
340340
* }

0 commit comments

Comments
 (0)