We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653fcd9 commit 3dd1926Copy full SHA for 3dd1926
docs/src/piccolo/query_types/django_comparison.rst
@@ -114,4 +114,4 @@ Database Settings
114
-----------------
115
116
In Django you configure your database in ``settings.py``. With Piccolo, you
117
-definte an ``Engine`` in ``piccolo_conf.py``. See :ref:`Engines`.
+define an ``Engine`` in ``piccolo_conf.py``. See :ref:`Engines`.
docs/src/piccolo/query_types/transactions.rst
@@ -11,7 +11,7 @@ inbetween state.
11
Atomic
12
------
13
14
-This is useful when you want to programitcally add some queries to the
+This is useful when you want to programmatically add some queries to the
15
transaction before running it.
16
17
.. code-block:: python
0 commit comments