Skip to content

Commit

Permalink
docs: fix typo in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 1, 2021
1 parent c1a4144 commit 5d8b698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const cache = createCache(api, {
// Store values on window.sessionStorage
storage: new SessionCacheStorage(),

// Use the max-age header to determina the cache expiration time
// Use the max-age header to determine the cache expiration time
interpretHeader: true
});

Expand Down
2 changes: 1 addition & 1 deletion docs/readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cache = createCache(api, {
// Store values on window.sessionStorage
storage: new SessionCacheStorage(),

// Use the max-age header to determina the cache expiration time
// Use the max-age header to determine the cache expiration time
interpretHeader: true
});

Expand Down

0 comments on commit 5d8b698

Please sign in to comment.