Skip to content

Commit

Permalink
Fix typos in "Signals" documentation section (#3825)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
  • Loading branch information
fabrideci and cartermp committed Jan 20, 2024
1 parent 3b41cea commit 6e3bf58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/signals/logs.md
Expand Up @@ -33,7 +33,7 @@ components that will play a part in instrumenting our code.
As an application developer, the **Logs Bridge API** should not be called by you
directly, as it is provided for logging library authors to build log appenders /
bridges. Instead, you just use your preferred logging library and configure it
to use an log appender (or log bridge) that is able to emit logs into an
to use a log appender (or log bridge) that is able to emit logs into an
OpenTelemetry LogRecordExporter.

OpenTelemetry language SDKs offer this functionality.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/concepts/signals/traces.md
Expand Up @@ -298,7 +298,7 @@ Each span has a status. The three possible values are:
The default value is `Unset`. A span status that is `Unset` means that the
operation it tracked successfully completed without an error.

When a span status is `Error`, then that means some error ocurred in the
When a span status is `Error`, then that means some error occurred in the
operation it tracks. For example, this could be due to an HTTP 500 error on a
server handling a request.

Expand Down

0 comments on commit 6e3bf58

Please sign in to comment.