Skip to content

Commit c273d42

Browse files
committed
update wording
1 parent 41b5a98 commit c273d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/api-def/ferndef-pages/types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ interface Person {
282282

283283
### Validating types
284284

285-
You can add validation constraints to your types (both aliases and references) to ensure data integrity. These validation constraints are included in generated SDKs for documentation purposes, but actual validation is deferred to the server.
285+
You can add validation constraints to your types (both aliases and references) to ensure data integrity. These validation constraints are not included in generated SDKs actual validation is deferred to the server.
286286

287287
<CodeBlock title="Fern Definition">
288288
```yaml {8-11, 15-17}

0 commit comments

Comments
 (0)