Skip to content

Commit 0a88ed1

Browse files
Update experimental/packages/otlp-transformer/README.md
Co-authored-by: Jackson Weber <[email protected]>
1 parent 380d557 commit 0a88ed1

File tree

1 file changed

+1
-1
lines changed
  • experimental/packages/otlp-transformer

1 file changed

+1
-1
lines changed

experimental/packages/otlp-transformer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const deserializedLogsResponse = JsonLogsSerializer.deserializeResponse(
100100
);
101101
```
102102

103-
Unlike the `createExport*Request` functions (and similar to the binary protobuf serializers), these serializer methods returns the _serialized_ bytes directly, skipping the need to further serialize them with `JSON.stringify(...)`.
103+
Unlike the `createExport*Request` functions (and similar to the binary protobuf serializers), these serializer methods return the _serialized_ bytes directly, skipping the need to further serialize them with `JSON.stringify(...)`.
104104

105105
Among other things, the `Uint8Array` can be used directly as the `body` of a `fetch()` request. Likewise, a `Uint8Array` of the response body can be obtained from `await response.bytes()`.
106106

0 commit comments

Comments
 (0)