Skip to content

Commit

Permalink
Update content/en/docs/languages/go/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Mathieu <[email protected]>
  • Loading branch information
Hill11235 and dmathieu authored Jul 4, 2024
1 parent 9ecb8c0 commit adb3561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/go/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func newLoggerProvider() (*log.LoggerProvider, error) {
```
<!-- prettier-ignore-end -->

If you're only using tracing or metrics, you can omit from the code the corresponding
If you're only using tracing or metrics, you can omit the corresponding
TracerProvider or MeterProvider initialization code.

### Instrument the HTTP server
Expand Down

0 comments on commit adb3561

Please sign in to comment.