Skip to content

Commit 8df6b27

Browse files
twofbenjie
andauthored
Update src/pages/blog/2024-08-14-semantic-nullability-for-application-developers.mdx
Co-authored-by: Benjie <[email protected]>
1 parent d93c02e commit 8df6b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/2024-08-14-semantic-nullability-for-application-developers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type User {
7373
We can now trust that `age` and `posts` will never be null unless an error causes their values to fail to resolve.
7474

7575
### Frontend migration
76-
Client libraries that take advantage of the new features in this release may provide a flags to alter their error handling behavior. In this example, `ApolloClient` is providing a configuration option that causes the access of a field with an error to throw.
76+
Client libraries that take advantage of the new features in this release may provide flags to alter their error handling behavior. In this hypothetical example, `ApolloClient` is providing a configuration option that causes the access of a field with an error to throw.
7777

7878
```typescript
7979
const client = new ApolloClient({

0 commit comments

Comments
 (0)