[FIX] developer/testing: list typo

Fix a typo in the list of #introspecting-debugging-steps to make the property pause more evident to the reader

closes odoo/documentation#10157

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Mathias Mathy 2024-07-10 11:44:02 +02:00 committed by Mathias Mathy (MAMA)
parent 8cf0318a83
commit 5651bfda49

View File

@ -850,7 +850,8 @@ case there are two main tricks:
- the tour continues as soon as you resume execution
**Drawbacks**
- page interaction is limited as all javascript is blocked
- a step property ``pause: true,`` in debug mode (debug=True).
- A step property ``pause: true,`` in debug mode (debug=True).
The tour will stop at the end of the step. This allows inspecting
and interacting with the page until the developer is ready to