Skip to content

Commit 9a4dd68

Browse files
authored
Merge pull request #254 from eltociear/patch-1
Fix typo in custom-types.lite.md
2 parents 882eeee + dd40f3b commit 9a4dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-types.lite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export type CustomTypeValues = {
233233

234234
export interface CustomTypeParams<T extends CustomTypeValues> {
235235
/**
236-
* Database data type string represenation, that is used for migrations
236+
* Database data type string representation, that is used for migrations
237237
* @example
238238
* ```
239239
* `jsonb`, `text`

0 commit comments

Comments
 (0)