Skip to content

Commit 30d23d6

Browse files
authored
Fix typo in README.md (#157)
1 parent a42fa05 commit 30d23d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Changes enums to TypeScript string union types
3131
When enabled, prevents circular relationships from triggering infinite recursion. After the first resolution of a
3232
specific type in a particular call stack, subsequent resolutions will return an empty object cast to the correct type.
3333

34-
### prefix (`string`, defaultValue: `a` for constants & `an` for vowels)
34+
### prefix (`string`, defaultValue: `a` for consonants & `an` for vowels)
3535

3636
The prefix to add to the mock function name. Cannot be empty since it will clash with the associated
3737
typescript definition from `@graphql-codegen/typescript`

0 commit comments

Comments
 (0)