Skip to content

Commit a5e8fff

Browse files
committed
nit
1 parent a71136a commit a5e8fff

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 exist in your API definition and are enforced by your server, but the generated client SDKs don't include validation logic.
285+
You can add validation constraints to your types (both aliases and references) to ensure data integrity. These validation constraints exist in your API definition and are enforced by the server, but the generated client SDKs don't include validation logic.
286286

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

0 commit comments

Comments
 (0)