Skip to content

Commit 09657e2

Browse files
authored
Merge pull request #82 from mehran-prs/patch-1
Fix typo
2 parents 5b94a3b + 4e6497f commit 09657e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ log.Printf("value: %#v", result)
4040
You're welcome to install the v1 version of this library.
4141

4242
## Cache
43-
This implementation contains a very basic cache that is intended only to be used for short lived DataLoaders (i.e. DataLoaders that ony exsist for the life of an http request). You may use your own implementation if you want.
43+
This implementation contains a very basic cache that is intended only to be used for short lived DataLoaders (i.e. DataLoaders that only exist for the life of an http request). You may use your own implementation if you want.
4444

4545
> it also has a `NoCache` type that implements the cache interface but all methods are noop. If you do not wish to cache anything.
4646

0 commit comments

Comments
 (0)