fixed misspelling (#2159)

pull/2162/head
timhallinflux 2021-02-08 18:28:38 -08:00 committed by GitHub
parent 7ad410c964
commit e902e2144b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import "influxdata/influxdb/schema"
schema.measurementTagValues(
bucket: "bucket-name",
measurement: "measurment-name",
measurement: "measurement-name",
tag: "_field"
)
```