From 421c9682ccb0fc91afdecbfeadfffb53ad2615bb Mon Sep 17 00:00:00 2001
From: juanf <juanf@ethz.ch>
Date: Fri, 17 Mar 2023 10:00:11 +0100
Subject: [PATCH] SSDM-13203: ELN-LIMS Plugin documentation

---
 .../1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js
index ddbbea58279..9bccd6713a4 100644
--- a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js
+++ b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js
@@ -92,7 +92,7 @@ $.extend(ELNLIMSPlugin.prototype, {
 	 * Event Listeners
 	 * Allow to listen the before/after paint events for ALL form views and list views.
 	 * Allow the programmer to change the model before is displayed and any part of the view after.
-	 * Provide for versatility but with the added complexity of dealing with the complete form.
+	 * Provide versatility but with added complexity of dealing with the complete form.
 	 * - beforeViewPaint
 	 * - afterViewPaint
 	 */
-- 
GitLab