Skip to content

Commit

Permalink
Update piccolo_crud.rst (#128)
Browse files Browse the repository at this point in the history
Fix small typo.
  • Loading branch information
pestrickland committed Jan 7, 2022
1 parent b122bf8 commit 26d0adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/crud/piccolo_crud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ and ``name`` from the ``Movie`` table.
]
}
It can even works with joins. However, you need to enable this by setting the
It can even work with joins. However, you need to enable this by setting the
``max_joins`` parameter of ``PiccoloCRUD``. Notice how we pass in ``director.name``:

.. code-block::
Expand Down

0 comments on commit 26d0adc

Please sign in to comment.