Skip to content

Commit 0853fd0

Browse files
committed
fix typos in docs/file-provider.rst
1 parent c0f23e8 commit 0853fd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/file-provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
File Provider
22
-------------
33

4-
The file provider uses the filesystem to dispatches and resolves queued messages.
4+
The file provider uses the filesystem to dispatch and resolve queued messages.
55

66
Configuration
77
^^^^^^^^^^^^^
88

99
To designate a queue as file, set the ``driver`` of its provider to ``file``. You will
10-
need to a read-able and write-able path to store the messages.
10+
need to configure a readable and writable path to store the messages.
1111

1212
.. code-block:: yaml
1313

0 commit comments

Comments
 (0)