We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f23e8 commit 0853fd0Copy full SHA for 0853fd0
1 file changed
docs/file-provider.rst
@@ -1,13 +1,13 @@
1
File Provider
2
-------------
3
4
-The file provider uses the filesystem to dispatches and resolves queued messages.
+The file provider uses the filesystem to dispatch and resolve queued messages.
5
6
Configuration
7
^^^^^^^^^^^^^
8
9
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.
+need to configure a readable and writable path to store the messages.
11
12
.. code-block:: yaml
13
0 commit comments