From 1b28a696669b0ebbfc585981cbc652abc1fe891c Mon Sep 17 00:00:00 2001 From: Ralph Wetzel Date: Thu, 9 Nov 2023 13:35:14 +0100 Subject: [PATCH] Fix missing dot. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9c4d2..6383ba8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To monitor a `Node` scope context, set the scope to `Node`, then select flow & n ### Monitoring Objects stored in Context You may of course define a setup that monitors objects stored in context. -If you create a reference to this object (stored in context) and write to its properties, this node issues its messages accordingly +If you create a reference to this object (stored in context) and write to its properties, this node issues its messages accordingly. > Disclaimer: Monitoring changes to elements of an `Array` currently is not supported.