Skip to content

Commit 0435488

Browse files
committed
Fix a typo in the changelog entry for v18.0.0.
1 parent 2f52a9b commit 0435488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- In tests, use `ApolloLink.from` instead of the deprecated Apollo Link utility function `concat`.
5252
- Improved internal comments.
5353
- Corrected the package field `browserslist` to match what’s documented in the readme.
54+
- Fixed a typo in the changelog entry for v18.0.0.
5455

5556
## 18.0.1
5657

@@ -123,7 +124,7 @@
123124

124125
### Minor
125126

126-
- Added a new option `print` for the function `createUploadLink`, to customize how the GraphQL query or mutation AST prints to a string for transport. It that works like the same option for [`HttpLink`](https://www.apollographql.com/docs/react/api/link/apollo-link-http).
127+
- Added a new option `print` for the function `createUploadLink`, to customize how the GraphQL query or mutation AST prints to a string for transport. It works like the same option for [`HttpLink`](https://www.apollographql.com/docs/react/api/link/apollo-link-http).
127128

128129
### Patch
129130

0 commit comments

Comments
 (0)