Skip to content

Commit

Permalink
Merge pull request supabase#397 from imor/fix-type-name
Browse files Browse the repository at this point in the history
correct a type name in docs
  • Loading branch information
olirice authored Jul 31, 2023
2 parents e7701bd + ab7298a commit ec3f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ create table "Employee"(
}
```

=== "EmployeeAddress"
=== "EmailAddress"
```sql
type EmailAddress {
nodeId: ID!
Expand Down

0 comments on commit ec3f7d5

Please sign in to comment.