Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhhagen committed Apr 2, 2024
1 parent f7fe907 commit 45c34d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ simple metric service that allows sending `Incr`, `Gauge`, and `Count`.
In order for `go-datadog-lib` to send data to Datadog your service/application
must be configured correctly.

Setting the environment variable `DD_DISABLE` to a `true` or any other value
that [`strconv#ParseBool`](https://pkg.go.dev/strconv#ParseBool) can parse to
`true` with out returning an error. If `DD_DISABLE` is undefined or a value
that [`strconv#ParseBool`](https://pkg.go.dev/strconv#ParseBool) can parse to
Setting the environment variable `DD_DISABLE` to `true` or any other value that
[`strconv#ParseBool`](https://pkg.go.dev/strconv#ParseBool) can parse to `true`
with out returning an error. If `DD_DISABLE` is undefined or a value that
[`strconv#ParseBool`](https://pkg.go.dev/strconv#ParseBool) can parse to
`false` or returns an error the library will be enabled. This is done to ensure
that the library is not disabled in production by accident.

Expand Down

0 comments on commit 45c34d8

Please sign in to comment.