[FIX] developer/javascript_cheatsheet: fix a typo

closes odoo/documentation#1518

X-original-commit: d9e2ab6feb
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Niranjan Abhyankar 2021-10-26 19:25:13 +00:00 committed by Antoine Vandevenne (anv)
parent a9bc16bec8
commit 7ebbd348d8

View File

@ -8,7 +8,7 @@ Javascript Cheatsheet
There are many ways to solve a problem in JavaScript, and in Odoo. However, the
Odoo framework was designed to be extensible (this is a pretty big constraint),
and some common problems have a nice standard solution. The standard solution
has probably the advantage of being easy to understand for an odoo developers,
has probably the advantage of being easy to understand for an odoo developer,
and will probably keep working when Odoo is modified.
This document tries to explain the way one could solve some of these issues.