Merge pull request #635 from influxdata/typo-fix

Fix missing word
pull/637/head
pierwill 2019-11-25 10:23:48 -08:00 committed by GitHub
commit 5d931fcd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)