From 95cf7e8d32c3247104eba5b1cfe127baf5bbd37a Mon Sep 17 00:00:00 2001 From: Rita Zagoni Date: Tue, 17 Dec 2024 16:56:58 +0100 Subject: [PATCH] minor copyedits --- docs/build-for-developers/cli-collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-for-developers/cli-collections.md b/docs/build-for-developers/cli-collections.md index 8f6a13b3e59..15eec13a1c1 100644 --- a/docs/build-for-developers/cli-collections.md +++ b/docs/build-for-developers/cli-collections.md @@ -154,7 +154,7 @@ openfn collections get my-collection \* -o /tmp/my_collection.json --pretty ``` It's important to understand that the output works a bit differently if you're -getting one specific item with or getting many items with a key-pattern. +getting one specific item with a single key or getting many items with a key-pattern. A single key always returns its value "raw" or "verbatim", without the key attached. So for a key `item-1` which holds a JSON object as a value, then this: