We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14e210 commit c3b5f28Copy full SHA for c3b5f28
nodejs/lesson01/README.md
@@ -47,7 +47,7 @@ A trace is a [directed acyclic graph](https://en.wikipedia.org/wiki/Directed_acy
47
Each span has these minimum attributes: an operation name, a start time, and a finish time.
48
49
Let's create a trace that consists of just a single span. To do that we need an instance of the `opentracing.Tracer`.
50
-We can use a global instance return by `new opentracing.Tracer()`.
+We can use a global instance returned by `new opentracing.Tracer()`.
51
52
```javascript
53
const opentracing = require("opentracing");
0 commit comments