Skip to content

Commit

Permalink
docs: fix inputMaybeValue config typo (#9386)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-22 committed May 12, 2023
1 parent 5950f5a commit c56724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export interface TypeScriptPluginConfig extends RawTypesConfig {
* 'path/to/file.ts': {
* plugins: ['typescript'],
* config: {
* inputMaybeValue: T | null | undefined
* inputMaybeValue: 'T | null | undefined'
* }
* }
* }
Expand Down

0 comments on commit c56724e

Please sign in to comment.