Skip to content

Commit

Permalink
chore: fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsoni committed Sep 14, 2020
1 parent beff0e0 commit 5fd27d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-resources/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ export const SERVICE_RESOURCE = {
VERSION: 'service.version',
};

/** Attributes describing a Process service. */
/** Attributes describing a Process. */
export const PROCESS_RESOURCE = {
/** A command which launced this proces. */
COMMAND: 'process.command',

/** The full command with arguments as string. */
COMMAND_LINE: 'process.command_line',

/** A name given to currently running porcess defaults to executable else set as process.title . */
/** A name given to currently running porcess defaults to executable (process.title) . */
NAME: 'process.executable.name',

/** An owner of currently running process. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const assertServiceResource = (
};

/**
* Test utility method to validate an process resource
* Test utility method to validate a process resources
*
* @param resource the Resource to validate
* @param validations validations for the resource attributes
Expand Down

0 comments on commit 5fd27d4

Please sign in to comment.