Skip to content

Commit

Permalink
Fix some typos (near#11235)
Browse files Browse the repository at this point in the history
Similar to near#11233, fixed some typos
under `docs`.
  • Loading branch information
mondayinsighter authored May 6, 2024
1 parent 0e6eb25 commit 1904e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ for the current `PeerActor`. (if yes, it would pass it for the client) and if
not - it would pass it along the network.

All these messages are handled by `receive_client_message` in Peer.
(`NetworkClientMessags`) - and transferred to `ClientActor` in
(`NetworkClientMessages`) - and transferred to `ClientActor` in
(`chain/client/src/client_actor.rs`)

`NetworkRequests` to `PeerManager` actor trigger the `RawRoutedMessage` for
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/workflows/otel_traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For more information about the dynamic settings refer to `core/dyn-configs` code
<blockquote style="background: rgba(255, 200, 0, 0.1); border: 5px solid rgba(255, 200, 0, 0.4);">

**TODO**: the setup is going to depend on whether one would like to use grafana stack or just
jaeger or something else. We shoud document setting either of these up, including the otel
jaeger or something else. We should document setting either of these up, including the otel
collector and such for a full end-to-end setup. Success criteria: running integration tests should
allow you to see the traces in your grafana/jaeger. This may require code changes as well.

Expand Down

0 comments on commit 1904e41

Please sign in to comment.