Skip to content
Merged
Prev Previous commit
Next Next commit
Update experimental/packages/opentelemetry-instrumentation/src/types.ts
  • Loading branch information
pichlermarc authored May 13, 2024
commit 687fb84c9ef572e353764634a7d91b3a3b51c9ae
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export interface InstrumentationModuleFile {
/** Supported versions for the file.
*
* A module version is supported if one of the supportedVersions in the array satisfies the module version.
* The syntax ot the version is checked with the `satisfies` function of "The semantic versioner for npm", see
* The syntax of the version is checked with the `satisfies` function of "The semantic versioner for npm", see
* [`semver` package](https://www.npmjs.com/package/semver)
* If the version is not supported, we won't apply instrumentation patch.
* If omitted, all versions of the module will be patched.
Expand Down