diff --git a/docs/dependencies.md b/docs/dependencies.md index 4509a85435..49f6320180 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -22,7 +22,7 @@ Both these dependencies are listed here: - [OTLP/HTTP+JSON](https://github.com/open-telemetry/opentelemetry-cpp/tree/v1.0.0-rc1/exporters/otlp) exporter: - [protobuf](https://github.com/protocolbuffers/protobuf): Library to serialize structured data. - - OTLP messages are constructed as protobuf payloads.s + - OTLP messages are constructed as protobuf payloads. - `protoc` compiler is used to generate C++ stubs for proto files provided by `opentelemetry-proto`. - `libprotobuf` library is used for generating serialised trace/metrics/log data to be sent to opentelemetry collector. - License: The library is licensed [here](https://github.com/protocolbuffers/protobuf/blob/master/LICENSE). The code generated by protoc compiler is owned by the owner of `.proto` file.