From 49fa691346d619ad0b6fc473a9b1aa4825f85c09 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Thu, 7 Jul 2022 10:41:38 -0700 Subject: [PATCH] Update content/resources/how-to-guides/reduce-to-construct-JSON.md --- content/resources/how-to-guides/reduce-to-construct-JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/resources/how-to-guides/reduce-to-construct-JSON.md b/content/resources/how-to-guides/reduce-to-construct-JSON.md index 080f6c9da..d54e83a2f 100644 --- a/content/resources/how-to-guides/reduce-to-construct-JSON.md +++ b/content/resources/how-to-guides/reduce-to-construct-JSON.md @@ -26,7 +26,7 @@ Use the [reduce()](/flux/v0.x/stdlib/universe/reduce/) function to create a JSON | example-field:["3"4"1 | {example-tag-key:["bar"bar"bar | {example-tag-key:["bar"bar"bar] , example-field:["3"4"1]} | 5. Use the `findRecord()` function to extract the value from the final column, the JSON. -6. This example usest the [Post Test Server](https://ptsv2.com/) to grab a URL to dump the JSON and test the `http.post()` function. +6. Use `http.post()` to specify a URL to sent the JSON to. In this example, we use [Post Test Server](https://ptsv2.com/) as URL to send the JSON to, and test the `http.post()` function. ```js import "array"