From 44a523c7d8e7bf67a21a559b6b2f953f3f34f967 Mon Sep 17 00:00:00 2001 From: Christian Hoederath <44840363+hoederath@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:26:58 +0200 Subject: [PATCH] Update README.md Used my knowledge to fix this complex typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a50ffd0..cef5e51 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Open-Sourced community contributed and owned repository for Instance Scan Defini ## Category: Manageability -### Avoid using javascrip "document" object in Portal +### Avoid using javascript "document" object in Portal Always avoid using native js "document" object for DOM manipulation in service portal. Instead we should use AngularJS equivalent capabilities to achieve the same. ### Don't use new Array()