diff --git a/content/developer/reference/frontend/services.rst b/content/developer/reference/frontend/services.rst index 996ab1056..80988d736 100644 --- a/content/developer/reference/frontend/services.rst +++ b/content/developer/reference/frontend/services.rst @@ -639,8 +639,8 @@ API .. js:function:: rpc(route, params, settings) :param string route: route targeted by the request - :param Object params: parameters sent to the server - :param Object settings (optional): request settings (see below) + :param Object params: (optional) parameters sent to the server + :param Object settings: (optional) request settings (see below) The ``settings`` object can contain: diff --git a/content/developer/tutorials/discover_js_framework/01_owl_components.rst b/content/developer/tutorials/discover_js_framework/01_owl_components.rst index 9b02c448d..6e09fb776 100644 --- a/content/developer/tutorials/discover_js_framework/01_owl_components.rst +++ b/content/developer/tutorials/discover_js_framework/01_owl_components.rst @@ -251,7 +251,7 @@ way to do this is by using a `callback prop be checked if the state `done` is true. .. tip:: - QWeb does not create attributes computed with the `t-att` directive it it evaluates to a + QWeb does not create attributes computed with the `t-att` directive if it evaluates to a falsy value. #. Add a callback props `toggleState`. @@ -309,12 +309,12 @@ components. This is useful to factorize the common layout between different part
- Some quick example text to build on the card title and make up the bulk - of the card's content. -
- Go somewhere ++ Some quick example text to build on the card title and make up the bulk + of the card's content. +
+ Go somewhere