Skip to content

Commit ddb3138

Browse files
authored
Apply suggestions from code review
1 parent 5f4de93 commit ddb3138

File tree

1 file changed

+2
-2
lines changed
  • src/pages/blog/2025-06-19-multioption-inputs-with-oneof

1 file changed

+2
-2
lines changed

src/pages/blog/2025-06-19-multioption-inputs-with-oneof/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ input GalleryInput {
8585
}
8686
```
8787

88-
## What Makes `@oneOf` The Right Solution?
88+
## What makes `@oneOf` the right solution?
8989

9090
- **Backward Compatible**: Existing tools, queries and clients still work,
9191
meaning no major overhauls are required. Existing clients can even use oneOf
@@ -99,7 +99,7 @@ input GalleryInput {
9999
including Ruby, Java, JavaScript and .NET already ship `@oneOf` as a stable
100100
feature
101101

102-
## The Bottom Line
102+
## The bottom line
103103

104104
`@oneOf` allows for more expressive, capable, and less overwhelming schemas,
105105
helping technical teams to move faster with increased safety. Its simple and

0 commit comments

Comments
 (0)