We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af798 commit ea78cf8Copy full SHA for ea78cf8
content/en/docs/collector/building/receiver.md
@@ -350,7 +350,7 @@ touch tailtracer/factory.go
350
```
351
352
Now let's follow the convention and add a function named `NewFactory()` that
353
-will be responsible to instantiate the `tailtracer` factory. Go ahead the add
+will be responsible to instantiate the `tailtracer` factory. Go ahead and add
354
the following code to your `factory.go` file:
355
356
```go
0 commit comments