Skip to content

Commit

Permalink
fix typos in concepts.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt authored Mar 5, 2024
1 parent 944a3cd commit 4fdbbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/pages/appendix/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Cache keys contains informations about the query, respectively

## Cache Invalidation

Hydra's cache invalidation provides a way to invalidate a given cache entry, or a set of cache entries, based schema types.
Hydra's cache invalidation provides a way to invalidate a given cache entry, or a set of cache entries, based on schema types.

Assuming a mutation that creates a new `Book` in the system, owned by a given `User` type, if the mutation returns the `User` type with its `id` field, then Hydra will automatically invalidate the cached records and every associated records from the cache.

Expand All @@ -37,4 +37,4 @@ Assuming a mutation that creates a new `Book` in the system, owned by a given `U
Hydra's rate limiting provides a way to limit the number of requests to a given API in a given time frame.
This is defined by a rate limit policy, which is a set of rules that define the number of requests that can be made in a given time frame.

For instance, you can define a policy to protect a given endpoint with a rate limit of 100 requests per minute.
For instance, you can define a policy to protect a given endpoint with a rate limit of 100 requests per minute.

0 comments on commit 4fdbbe3

Please sign in to comment.