Skip to content

Commit ea78cf8

Browse files
authored
Fix small typo in receiver.md (#6387)
1 parent b1af798 commit ea78cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/collector/building/receiver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ touch tailtracer/factory.go
350350
```
351351

352352
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
353+
will be responsible to instantiate the `tailtracer` factory. Go ahead and add
354354
the following code to your `factory.go` file:
355355

356356
```go

0 commit comments

Comments
 (0)