Skip to content

Commit 5b11977

Browse files
authored
about-scriptlets.md: Missing periods in json- documentation
Fixed two missing periods in the argument documentation for json- scriptlets
1 parent fa41a27 commit 5b11977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wiki/about-scriptlets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ example.org#%#//scriptlet('json-prune-xhr-response'[, propsToRemove[, obligatory
12981298

12991299
<!-- markdownlint-enable line-length -->
13001300

1301-
- `propsToRemove` — optional, string of space-separated properties to remove
1301+
- `propsToRemove` — optional, string of space-separated properties to remove.
13021302
In `jsonpath` mode only single JSONPath prune expression is supported.
13031303
- `obligatoryProps` — optional, string of space-separated properties
13041304
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
14271427
example.org#%#//scriptlet('json-prune'[, propsToRemove [, obligatoryProps [, stack [, mode]]]])
14281428
```
14291429

1430-
- `propsToRemove` — optional, string of space-separated properties to remove
1430+
- `propsToRemove` — optional, string of space-separated properties to remove.
14311431
In `jsonpath` mode only single JSONPath prune expression is supported.
14321432
- `obligatoryProps` — optional, string of space-separated properties
14331433
which must be all present for the pruning to occur

0 commit comments

Comments
 (0)