Skip to content

Commit 6e0c84a

Browse files
committed
fix dev-doc grammar
1 parent 2853765 commit 6e0c84a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-docs/transformation-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The transformation tests take paths to Fluent Bit and otelopscol binaries to exe
2727
sh ./builds/fluent_bit.sh $(pwd)/dist
2828
SKIP_OTEL_JAVA=true sh ./builds/otel.sh $(pwd)/dist
2929
```
30-
After running each script, you will have a `dist` folder that contains both agents within the full install directory. (Note that these instructions will not build OTel Java, if that is needed do not pass `SKIP_OTEL_JAVA`).
30+
After running each script, you will have a `dist` folder that contains both agents within the full install directory. (Note that these instructions will not build OTel Java; if that is needed, do not pass `SKIP_OTEL_JAVA`).
3131

3232
The paths to each can passed into the test using environment variables or flags.
3333
```bash
@@ -42,10 +42,10 @@ OTELOPSCOL=${PWD}/dist/opt/google-cloud-ops-agent/subagents/opentelemetry-collec
4242
go test ./transformation_test
4343
```
4444

45-
If you have updated the Fluent Bit or otelopscol submodules and need to update the golden testdata, you can add the `-update` flag to the test.
45+
If you have updated the fluent-bit or otelopscol submodules and need to update the golden testdata, you can add the `-update` flag to the test.
4646
```bash
4747
FLB=${PWD}/dist/opt/google-cloud-ops-agent/subagents/fluent-bit/bin/fluent-bit \
4848
OTELOPSCOL=${PWD}/dist/opt/google-cloud-ops-agent/subagents/opentelemetry-collector/otelopscol \
4949
go test ./transformation_test -update
5050
```
51-
(Note: the`-update` flag belongs to the test, not to `go test`. The flag must go after the specified package, not before.)
51+
(Note: the `-update` flag belongs to the test, not to `go test`. The flag must go after the specified package, not before.)

0 commit comments

Comments
 (0)