Skip to content

Commit

Permalink
fix: typos in comments (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored and mayurkale22 committed Nov 20, 2019
1 parent 478f4cd commit d948f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/test/context/B3Format.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('B3Format', () => {
assert.deepStrictEqual(carrier[X_B3_SPAN_ID], undefined);
});

it('should handle absense of sampling decision', () => {
it('should handle absence of sampling decision', () => {
const spanContext: SpanContext = {
traceId: 'd4cda95b652f4a1592b449d5929fda1b',
spanId: '6e0c63257de34c92',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface ExporterConfig {
prefix?: string;

/**
* Endpoint the metrics should be exposed at with preceeding slash
* Endpoint the metrics should be exposed at with preceding slash
* @default '/metrics'
*/
endpoint?: string;
Expand Down

0 comments on commit d948f51

Please sign in to comment.