Skip to content

Commit 89086e8

Browse files
authored
fix typo (#9341)
1 parent f52b0fd commit 89086e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/caching/cache-field-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ query BookWithAuthorLanguages {
322322
}
323323
```
324324

325-
In this case, the `favoriteBook.authors` field is no longer just a single object, but an array of authors, so it's even more imporant to define a custom `merge` function to prevent loss of data by replacement:
325+
In this case, the `favoriteBook.authors` field is no longer just a single object, but an array of authors, so it's even more important to define a custom `merge` function to prevent loss of data by replacement:
326326

327327
```ts
328328
const cache = new InMemoryCache({

0 commit comments

Comments
 (0)