Skip to content

Commit bf53fff

Browse files
authored
Merge pull request #16 from JosephBywater/patch-1
Change `was` to `were` in the caching page. @JosephBywater
2 parents 0469ab1 + c3b23c2 commit bf53fff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

views/caching.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h4>Server-side caching</h4>
99
<ul class="inline-disc">
1010
<li>Internal &mdash; This is an in-memory store per <a href="//nodejs.org">node process</a>, the language the API server is written in.</li>
1111
<li>Redis &mdash; We have a Redis cache in place for regions where multiple backend servers are running.</li>
12-
<li>Varnish &mdash; We now also have a varnish cache in place, this replaced some cloudflare caching rules we had, which was less effective.</li>
12+
<li>Varnish &mdash; We now also have a varnish cache in place, this replaced some cloudflare caching rules we had, which were less effective.</li>
1313
</ul>
1414
<p><strong>How long do you cache for?</strong></p>
1515
<p>It depends which API you are querying, please see the table below for cache duration.</p>
@@ -62,4 +62,4 @@ <h4>API Responses</h4>
6262
<li><kbd>X-Varnish-Cache</kbd> &dash; Potentially if your request 'hit' our varnish cache server or not</li>
6363
</ul>
6464
</div>
65-
</div>
65+
</div>

0 commit comments

Comments
 (0)