Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Mar 21, 2024
1 parent a5c7eec commit 0e85b85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/articles/conditional-GET.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ parent: Articles

# Conditional GET

TROLIE implementations MUST support the Conditional GET pattern and client
should use it to determine when limits snapshots are available. While this
TROLIE implementations MUST support the Conditional GET pattern and clients
should use it to determine when limits snapshots are available. While this
pattern is [well-documented by
Mozilla](https://developer.mozilla.org/en-US/docs/Web/HTTP/Conditional_requests),
it can be helpful see a concrete example. In this article we will discuss
this pattern in the context of obtaining a Forecast Limits Snapshot.
it can be helpful see a concrete example. In this article we will discuss this
pattern in the context of obtaining a Forecast Limits Snapshot.

By employing the Conditional GET pattern, the client can efficiently determine
when a new version of the resource is available without having to repeatedly
Expand Down

0 comments on commit 0e85b85

Please sign in to comment.