diff --git a/content/developer/tutorials/server_framework_101/07_relations.rst b/content/developer/tutorials/server_framework_101/07_relations.rst index 1d2130d83b..ba404b744a 100644 --- a/content/developer/tutorials/server_framework_101/07_relations.rst +++ b/content/developer/tutorials/server_framework_101/07_relations.rst @@ -184,7 +184,7 @@ operations like ``recs1 | recs2``. Tip: in the view, use the ``widget="many2many_tags"`` attribute as demonstrated `here `__. The ``widget`` attribute will be explained in detail in :doc:`a later chapter of the training <11_sprinkles>`. - For now, you can try to adding and removing it and see the result ;-) + For now, you can try adding and removing it and see the result ;-) One2many ========