Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcorlin1 committed Dec 25, 2023
1 parent 2fa6fc8 commit 382f459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metapackages/esbuild-plugin-node/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface OpenTelemetryPluginParams {
/**
* Path prefixes to ignore.
*
* ie if you configure compilteOptions.paths in your tsconfig.json to use something like `~/` for the
* ie if you configure compilerOptions.paths in your tsconfig.json to use something like `~/` for the
* root of your project then you could set that here to ignore modules
*/
pathPrefixesToIgnore?: string[];
Expand Down

0 comments on commit 382f459

Please sign in to comment.