From 5b1197721db83f6c353f03e42ccda1e9a4756b49 Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Tue, 9 Jun 2026 16:03:17 -0400 Subject: [PATCH] about-scriptlets.md: Missing periods in json- documentation Fixed two missing periods in the argument documentation for json- scriptlets --- wiki/about-scriptlets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/about-scriptlets.md b/wiki/about-scriptlets.md index 1acc98a3..0b80f849 100644 --- a/wiki/about-scriptlets.md +++ b/wiki/about-scriptlets.md @@ -1298,7 +1298,7 @@ example.org#%#//scriptlet('json-prune-xhr-response'[, propsToRemove[, obligatory -- `propsToRemove` — optional, string of space-separated properties to remove +- `propsToRemove` — optional, string of space-separated properties to remove. In `jsonpath` mode only single JSONPath prune expression is supported. - `obligatoryProps` — optional, string of space-separated properties which must be all present for the pruning to occur @@ -1427,7 +1427,7 @@ https://gitlab.com/eyeo/snippets/-/blob/main/source/behavioral/json-prune.js example.org#%#//scriptlet('json-prune'[, propsToRemove [, obligatoryProps [, stack [, mode]]]]) ``` -- `propsToRemove` — optional, string of space-separated properties to remove +- `propsToRemove` — optional, string of space-separated properties to remove. In `jsonpath` mode only single JSONPath prune expression is supported. - `obligatoryProps` — optional, string of space-separated properties which must be all present for the pruning to occur