Browse Source

docs: fix minor typo (#3681)

v0.31.6-changelog
Girish Ramnani 5 years ago
committed by Anton Kaliaev
parent
commit
b522ad0052
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/app-dev/subscribing-to-events-via-websocket.md

+ 1
- 1
docs/app-dev/subscribing-to-events-via-websocket.md View File

@ -2,7 +2,7 @@
Tendermint emits different events, to which you can subscribe via
[Websocket](https://en.wikipedia.org/wiki/WebSocket). This can be useful
for third-party applications (for analysys) or inspecting state.
for third-party applications (for analysis) or inspecting state.
[List of events](https://godoc.org/github.com/tendermint/tendermint/types#pkg-constants)


Loading…
Cancel
Save