From ee4d7e7695eb0092158e4b521e09fdf7f3c0dbff Mon Sep 17 00:00:00 2001 From: Umer Tahir <47310055+Bytepie@users.noreply.github.com> Date: Fri, 23 May 2025 23:52:37 +0500 Subject: [PATCH] Update js.rst Signed-off-by: Umer Tahir <47310055+Bytepie@users.noreply.github.com> --- developer_manual/basics/front-end/js.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/basics/front-end/js.rst b/developer_manual/basics/front-end/js.rst index 60206646c..6f8350ffe 100644 --- a/developer_manual/basics/front-end/js.rst +++ b/developer_manual/basics/front-end/js.rst @@ -7,7 +7,7 @@ JavaScript .. sectionauthor:: Bernhard Posselt The JavaScript files reside in the **js/** folder and should be included -in the appropriate controller. There is two methods to inject your JavaScript files. +in the appropriate controller. There are two methods to inject your JavaScript files. 1. ``Util::addScript`` 2. ``Util::addInitScript``