Skip to content

Commit 7ebbd34

Browse files
NiranjanAbhyankarAntoineVDV
authored andcommitted
[FIX] developer/javascript_cheatsheet: fix a typo
closes #1518 X-original-commit: d9e2ab6 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent a9bc16b commit 7ebbd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developer/reference/frontend/javascript_cheatsheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Javascript Cheatsheet
88
There are many ways to solve a problem in JavaScript, and in Odoo. However, the
99
Odoo framework was designed to be extensible (this is a pretty big constraint),
1010
and some common problems have a nice standard solution. The standard solution
11-
has probably the advantage of being easy to understand for an odoo developers,
11+
has probably the advantage of being easy to understand for an odoo developer,
1212
and will probably keep working when Odoo is modified.
1313

1414
This document tries to explain the way one could solve some of these issues.

0 commit comments

Comments
 (0)