Skip to content

Commit 95fddcc

Browse files
Update postgres-changes.mdx (supabase#19368)
Fixed spelling mistake Co-authored-by: Charis <[email protected]>
1 parent f00f183 commit 95fddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/pages/guides/realtime/postgres-changes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ myChannel.join()
761761

762762
This filter uses Postgres' `<=` filter, so it works for non-numeric types. Make sure to check the expected behavior of the compared data's type.
763763

764-
### Greater thank (gt)
764+
### Greater than (gt)
765765

766766
To listen to changes when a column's value in a table is greater than a client-specified value:
767767

0 commit comments

Comments
 (0)