From 67544a3e61b6684e7cb19ee9677444ee95d40346 Mon Sep 17 00:00:00 2001 From: Mohamed Alkobrosli <93363076+kobros-tech@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:08:46 +0000 Subject: [PATCH] [FW][FIX] dev/assets: typo the "py" letter should be "by" to make the syntax correct and understood. closes odoo/documentation#8291 Forward-port-of: odoo/documentation#8276 Signed-off-by: Victor Feyens (vfe) --- content/developer/reference/frontend/assets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/frontend/assets.rst b/content/developer/reference/frontend/assets.rst index ec68f118c..910b0c1c8 100644 --- a/content/developer/reference/frontend/assets.rst +++ b/content/developer/reference/frontend/assets.rst @@ -286,7 +286,7 @@ provides a few helper functions, located in :file:`@web/core/assets`. :param Object assets: a description of various assets that should be loaded :returns: Promise - Load the assets described py the `assets` parameter. It is an object that + Load the assets described by the `assets` parameter. It is an object that may contain the following keys: .. list-table::