Skip to content

Commit

Permalink
fix typo in Resources usage sample (#2302)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
adriankostrubiak-tomtom and MrAlias committed Oct 19, 2021
1 parent 23a3373 commit 474d6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/exporting_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resources := resource.NewWithAttributes(

provider := sdktrace.NewTracerProvider(
...
sdktrace.WithResources(resources),
sdktrace.WithResource(resources),
)
```

Expand Down

0 comments on commit 474d6a4

Please sign in to comment.