Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liucheng-ms committed Apr 26, 2024
1 parent 4e50ccf commit 830e857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/tracing/trace_span.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In promptflow, events emitted by the PromptFlow framework follow the format belo

- event MUST has attributes
- event attributes MUST contain a key named `payload`, which refers to the data carried within an event.
- event attributes payload MUST be a JSON string that represent an oject.
- event attributes payload MUST be a JSON string that represent an object.

| Event | Payload Description | Payload Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) |
|---|---|---|---|
Expand Down

0 comments on commit 830e857

Please sign in to comment.