Skip to content
Snippets Groups Projects
Commit 0cb9fe6f authored by Tomas Hozza's avatar Tomas Hozza
Browse files

Fixed typo in daemon documentation


Signed-off-by: default avatarTomas Hozza <thozza@redhat.com>
parent 79a84400
No related branches found
No related tags found
No related merge requests found
......@@ -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>`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment