Skip to content

Commit cddbf52

Browse files
authored
Merge pull request ckan#8613 from KatiRG/docs_typo
fix typo in documentation info box
2 parents b05ea29 + a1a15ac commit cddbf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/maintaining/datastore.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ returns its response in a JSON dictionary. See the :doc:`/api/index` for details
304304
API reference
305305
=============
306306

307-
.. note:: Lists can always be expressed in different ways. It is possible to use lists, comma separated strings or single items. These are valid lists: ``['foo', 'bar']``, ``'foo, bar'``, ``"foo", "bar"`` and ``'foo'``. Additionally, there are several ways to define a boolean value. ``True``, ``on`` and ``1`` are all vaid boolean values.
307+
.. note:: Lists can always be expressed in different ways. It is possible to use lists, comma separated strings or single items. These are valid lists: ``['foo', 'bar']``, ``'foo, bar'``, ``"foo", "bar"`` and ``'foo'``. Additionally, there are several ways to define a boolean value. ``True``, ``on`` and ``1`` are all valid boolean values.
308308

309309
.. note:: The table structure of the DataStore is explained in :ref:`db_internals`.
310310

0 commit comments

Comments
 (0)