Skip to content

Commit b4c0569

Browse files
authored
docs: fix typo (#1556)
1 parent 6fd768e commit b4c0569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/migrations/casts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Operation: `createCast`
44

5-
#### `pgm.createCast( source_type, target_type, opttions )`
5+
#### `pgm.createCast( source_type, target_type, options )`
66

77
> [!IMPORTANT]
88
> Create a new cast - [postgres docs](https://www.postgresql.org/docs/current/sql-createcast.html)

0 commit comments

Comments
 (0)