Skip to content

Commit

Permalink
docs(resources): Fixes detectResources deprecated typos (#4003)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
HPaulson and pichlermarc authored Aug 3, 2023
1 parent b4cda7a commit 5fd656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-resources/src/detect-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { IResource } from './IResource';
* does not resolve until all the underlying detectors have resolved, unlike
* detectResourcesSync.
*
* @deprecated use detectResourceSync() instead.
* @deprecated use detectResourcesSync() instead.
* @param config Configuration for resource detection
*/
export const detectResources = async (
Expand Down

0 comments on commit 5fd656b

Please sign in to comment.