Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed Nov 8, 2023
1 parent 5992fdb commit ae53f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func main() {
}
```

### Endocder/Decoder
### Encoder/Decoder

By default, datadog-api-client-go uses the Go standard library [`enconding/json`](https://pkg.go.dev/encoding/json) to encode and decode data. This can be switched to use [`goccy/go-json`](https://github.com/goccy/go-json) by specifying the go build tag `goccy_gojson`

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
//
// }
//
// Endocder/Decoder
// Encoder/Decoder
//
// By default, datadog-api-client-go uses the Go standard library enconding/json (https://pkg.go.dev/encoding/json) to encode and decode data. This can be switched to use goccy/go-json (https://github.com/goccy/go-json) by specifying the go build tag goccy_gojson
//
Expand Down

0 comments on commit ae53f6f

Please sign in to comment.