[FIX] developer/frontend: small typos

closes odoo/documentation#2584

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
poma-odoo 2022-08-11 15:38:03 +00:00 committed by GitHub
parent ea41b02474
commit d204fe743f

View File

@ -16,9 +16,9 @@ done by adding specific values in the correct registry.
const myRegistry = new Registry();
registry.add("hello", "odoo");
myRegistry.add("hello", "odoo");
console.log(registry.get("hello"));
console.log(myRegistry.get("hello"));
A useful feature of registries is that they maintain a set of sub registries,
obtained by the `category` method. If the sub registry does not exist yet, it