Skip to content

Commit 5ca1485

Browse files
committed
Fix typo
1 parent 38b3419 commit 5ca1485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

KSP/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Supabase KSP compiler
22

3-
Currently only supports generating columns for `@Selectable` types.
3+
Currently only supports generating columns for `@Selectable` data classes.
44

55
To install it, add the KSP Gradle plugin to your project:
66

Postgrest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ val supabase = createSupabaseClient(
6060
```
6161

6262
> [!NOTE]
63-
> Generating columns for `@Selectable` requires the [KSP compiler](/KSP) to be installed.
63+
> Generating columns for `@Selectable` data classes requires the [KSP compiler](/KSP) to be installed.
6464
6565
# Usage
6666

0 commit comments

Comments
 (0)