docs(resources): Fixes detectResources deprecated typos (#4003)

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
This commit is contained in:
Hunter Paulson 2023-08-03 09:11:24 -04:00 committed by GitHub
parent b4cda7a9db
commit 5fd656bb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import { IResource } from './IResource';
* does not resolve until all the underlying detectors have resolved, unlike * does not resolve until all the underlying detectors have resolved, unlike
* detectResourcesSync. * detectResourcesSync.
* *
* @deprecated use detectResourceSync() instead. * @deprecated use detectResourcesSync() instead.
* @param config Configuration for resource detection * @param config Configuration for resource detection
*/ */
export const detectResources = async ( export const detectResources = async (