Skip to content

Commit a80c5ff

Browse files
fix: incorrect variable name in README.md (#313)
Corrected variable name from `identityLoader` to `myLoader`
1 parent 38def91 commit a80c5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ so later requests will load new values.
339339

340340
```js
341341
const myLoader = new DataLoader(keys => {
342-
identityLoader.clearAll()
342+
myLoader.clearAll()
343343
return someBatchLoadFn(keys)
344344
})
345345
```
@@ -666,4 +666,4 @@ To initiate the signature process please open a PR against this repo. The EasyCL
666666

667667
You can find [detailed information here](https://github.com/graphql/graphql-wg/tree/main/membership). If you have issues, please email [[email protected]](mailto:[email protected]).
668668

669-
If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).
669+
If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).

0 commit comments

Comments
 (0)