Skip to content

Commit 560f1fd

Browse files
committed
fix spelling errors
1 parent 7568fcf commit 560f1fd

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

doc/proxy-clients.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You need to pass the following options to the Fastly client:
179179
* ``service_identifier``: Identifier for your Fastly service account.
180180
* ``authentication_token``: User token for authentication against Fastly APIs.
181181
* NB: To be able to clear all cache(``->clear()``), you'll need a token for user with Fastly "Engineer permissions".
182-
* ``soft_purge`` (default: true): Boolean for doing soft purges or not on tag & url purging.
182+
* ``soft_purge`` (default: true): Boolean for doing soft purges or not on tag & URL purging.
183183
Soft purges expires the cache unlike hard purge (removal), and allow grace/stale handling within Fastly VCL.
184184

185185
Additionally, you can specify the request factory used to build the
@@ -364,7 +364,7 @@ All other interfaces, ``PurgeCapable``, ``RefreshCapable``, ``BanCapable``, ``Ta
364364
and ``ClearCapable`` extend this ``ProxyClient``. So each client implements at least
365365
one of the :ref:`invalidation methods <invalidation methods>` depending on
366366
the proxy server’s abilities. To interact with a proxy client directly, refer to
367-
the phpdoc on the interfaces.
367+
the documentation comments on the interfaces.
368368

369369
The ``ProxyClient`` has one method: ``flush()``. After collecting
370370
invalidation requests, ``flush()`` needs to be called to actually send the

doc/spelling_word_list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
admin
2+
Analytics
23
backend
34
cacheable
45
config
56
css
67
Fastly
8+
getter
9+
getters
710
hostname
811
hostnames
912
http
@@ -28,3 +31,4 @@ Vcl
2831
inline
2932
Noop
3033
xkey
34+
ykey

doc/varnish-configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To invalidate cached objects in Varnish, begin by adding an `ACL`_ (for Varnish
1414
3 see `ACL for Varnish 3`_) to your Varnish configuration. This ACL determines
1515
which IPs are allowed to issue invalidation requests. To use the provided
1616
configuration fragments, this ACL has to be named ``invalidators``. The most
17-
simple ACL, valid for all Varnish versions from 3 onwards, looks as follows:
17+
simple ACL, valid for Varnish version 3 or better, looks as follows:
1818

19-
.. code-block:: varnish4
19+
.. code-block:: varnish3
2020
2121
# /etc/varnish/your_varnish.vcl
2222
@@ -419,7 +419,7 @@ The custom TTL header is removed before sending the response to the client.
419419
enabled for Varnish 3 by default. Check for the ``vcc_allow_inline_c``
420420
setting.
421421
If you are using Varnish 4 or newer, you are using the
422-
``varnish/fos_custom_ttl.vcl`` which uses a vmod function instead of inline C.
422+
``varnish/fos_custom_ttl.vcl`` which uses a Varnish function instead of inline C.
423423

424424
.. _varnish_debugging:
425425

0 commit comments

Comments
 (0)