Skip to content

Commit

Permalink
Fix typo in example (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-ophie authored Sep 26, 2022
1 parent d3dad4e commit 0c79778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/stringified.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use-case: Changing interface values to strings in order to use them in a form mo
```
import type {Stringified} from 'type-fest';
type Car {
type Car = {
model: string;
speed: number;
}
Expand Down

0 comments on commit 0c79778

Please sign in to comment.