diff --git a/content/developer/reference/frontend/javascript_cheatsheet.rst b/content/developer/reference/frontend/javascript_cheatsheet.rst index 9e377315b..82e7dda28 100644 --- a/content/developer/reference/frontend/javascript_cheatsheet.rst +++ b/content/developer/reference/frontend/javascript_cheatsheet.rst @@ -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.