Typo in INPUTS.md (#8573)

This commit is contained in:
Kush 2020-12-16 23:53:50 +05:30 committed by GitHub
parent b64c38bb00
commit 945b556330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func init() {
### Typed Metrics
In addition the the `AddFields` function, the accumulator also supports
In addition to the `AddFields` function, the accumulator also supports
functions to add typed metrics: `AddGauge`, `AddCounter`, etc. Metric types
are ignored by the InfluxDB output, but can be used for other outputs, such as
[prometheus][prom metric types].