]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Fixed typo in daemon documentation
authorTomas Hozza <thozza@redhat.com>
Mon, 4 Apr 2016 14:03:48 +0000 (16:03 +0200)
committerTomas Hozza <thozza@redhat.com>
Mon, 4 Apr 2016 14:03:48 +0000 (16:03 +0200)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
daemon/README.rst

index a802e4d83cc09d1e28e9a6ef831c83083158408a..07c92d35ec94418a78d6f442bf5aa243ecd64f12 100644 (file)
@@ -191,7 +191,7 @@ A simple example would be to load static hints.
                'hints' -- no configuration
        }
 
-If the module accepts accepts configuration, you can call the ``module.config({...})`` or provide options table.
+If the module accepts configuration, you can call the ``module.config({...})`` or provide options table.
 The syntax for table is ``{ key1 = value, key2 = value }``, and it represents the unpacked `JSON-encoded`_ string, that
 the modules use as the :ref:`input configuration <mod-properties>`.