From: Tomas Hozza Date: Mon, 4 Apr 2016 14:03:48 +0000 (+0200) Subject: Fixed typo in daemon documentation X-Git-Tag: v1.0.0~48^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb9fe6ff59cbaaa16e6caafa03068d098f1ece4;p=thirdparty%2Fknot-resolver.git Fixed typo in daemon documentation Signed-off-by: Tomas Hozza --- diff --git a/daemon/README.rst b/daemon/README.rst index a802e4d83..07c92d35e 100644 --- a/daemon/README.rst +++ b/daemon/README.rst @@ -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 `.