From 47edb88436cce4132f4ff7e83fad5328d4ab3444 Mon Sep 17 00:00:00 2001 From: Mohamed Alkobrosli <93363076+kobros-tech@users.noreply.github.com> Date: Fri, 22 Mar 2024 07:27:11 +0000 Subject: [PATCH] [FW][FIX] dev/assets: typo the "py" letter should be "by" to make the syntax correct and understood. closes odoo/documentation#8302 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 6ea1dd0f2..c4d912842 100644 --- a/content/developer/reference/frontend/assets.rst +++ b/content/developer/reference/frontend/assets.rst @@ -287,7 +287,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::