Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f9eff1a

Browse files
xginn8Bogdan Drutu
authored andcommitted
Fixup typos in README.md (#134)
1 parent dfb3b60 commit f9eff1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opencensus-nodejs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ import * as tracing from '@opencensus/nodejs';
3333
tracing.start();
3434
```
3535

36-
### Manualy Instrument an Application
36+
### Manually Instrument an Application
3737

38-
In addition to automatic tracing, it is possible to manualy create your own root and child spans.
38+
In addition to automatic tracing, it is possible to manually create your own root and child spans.
3939

4040
```typescript
4141
const rootSpanOptions = { name: 'your root span' };

0 commit comments

Comments
 (0)