Skip to content

Commit 06d36f9

Browse files
committed
revert: remove extraneous "be"
1 parent 00a3eaa commit 06d36f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/field-middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const value = await next();
5050
return value?.toUpperCase();
5151
```
5252

53-
In this case, every title will be automatically be uppercased, when requested.
53+
In this case, every title will be automatically uppercased, when requested.
5454

5555
Likewise, you can bind a field middleware to a custom field resolver (a method annotated with the `@ResolveField()` decorator), as follows:
5656

0 commit comments

Comments
 (0)