Skip to content

Commit cd59fcc

Browse files
authored
chore: fix typos (open-telemetry#844)
1 parent 3c41f56 commit cd59fcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages
    • opentelemetry-plugin-express/src
    • opentelemetry-plugin-xml-http-request/src

packages/opentelemetry-plugin-express/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export type IgnoreMatcher = string | RegExp | ((name: string) => boolean);
8787
* Options available for the Express Plugin (see [documentation](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-express#express-plugin-options))
8888
*/
8989
export interface ExpressPluginConfig extends PluginConfig {
90-
/** Ingore specific based on their name */
90+
/** Ignore specific based on their name */
9191
ignoreLayers?: IgnoreMatcher[];
9292
/** Ignore specific layers based on their type */
9393
ignoreLayersType?: ExpressLayerType[];

packages/opentelemetry-plugin-xml-http-request/src/xhr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class XMLHttpRequestPlugin extends BasePlugin<XMLHttpRequest> {
9494
}
9595

9696
/**
97-
* checks if trace headers shoudl be propagated
97+
* checks if trace headers should be propagated
9898
* @param spanUrl
9999
* @private
100100
*/

0 commit comments

Comments
 (0)