From 9fb8c5c354a3a18d192b01f7dec164c2c6291b3f Mon Sep 17 00:00:00 2001 From: wangting <39181819@qq.com> Date: Thu, 13 Apr 2023 16:40:41 +0200 Subject: [PATCH] [FIX] tutorials/js_framework: fix typo closes odoo/documentation#4148 Signed-off-by: Antoine Vandevenne (anv) --- .../tutorials/discover_js_framework/02_odoo_web_framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/tutorials/discover_js_framework/02_odoo_web_framework.rst b/content/developer/tutorials/discover_js_framework/02_odoo_web_framework.rst index 8906944ac..e6201dbbc 100644 --- a/content/developer/tutorials/discover_js_framework/02_odoo_web_framework.rst +++ b/content/developer/tutorials/discover_js_framework/02_odoo_web_framework.rst @@ -3,7 +3,7 @@ Chapter 2: Odoo web framework ============================= In the previous chapter, we learned to use Owl framework and its different concepts. We can now -learn how to use the Odoo JavaScript framework which is is built on top of Owl. +learn how to use the Odoo JavaScript framework which is built on top of Owl. .. graph TD .. subgraph "Owl"