From 018ff2b9de96fc5271c33a69e26233c7134cdfa2 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Mon, 25 Nov 2019 10:22:57 -0800 Subject: [PATCH] Fix missing word --- content/v2.0/process-data/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/process-data/get-started.md b/content/v2.0/process-data/get-started.md index 23828f0e6..2a4831c2f 100644 --- a/content/v2.0/process-data/get-started.md +++ b/content/v2.0/process-data/get-started.md @@ -100,7 +100,7 @@ data _See [Common tasks](/v2.0/process-data/common-tasks) for examples of tasks commonly used with InfluxDB._ ## Define a destination -In the vast majority of task use cases, once data is transformed, it needs to sent and stored somewhere. +In the vast majority of task use cases, once data is transformed, it needs to be sent and stored somewhere. This could be a separate bucket or another measurement. The example below uses Flux's [`to()` function](/v2.0/reference/flux/stdlib/built-in/outputs/to)