Skip to content

fix: typos in documentation files #605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/indexer-proxy/doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ API Docs for Subquery Indexer Proxy
> | indexer | Payload | string | indexer address |
> | consumer | Payload | string | consumer address |
> | agreement | Payload | string | service agreement contract address |
> | deployment_id | Payload | string | deployment id for the proejct |
> | deployment_id | Payload | string | deployment id for the project |
> | signature | Payload | string | signature of user |
> | timestamp | Payload | string | |
> | chain_id | Payload | string | chain id |
Expand Down
4 changes: 2 additions & 2 deletions apps/indexer-proxy/doc/error-code-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
- `1302` - Websocket connection: failed to send message to remote socket
- `1303` - Websocket connection: failed to send message to client socket
- `1304` - Websocket connection: failed to close remote socket
- `1305` - Websocket connection: failed to manange the before state cache
- `1306` - Websocket connection: failed to manange the after state cache
- `1305` - Websocket connection: failed to manage the before state cache
- `1306` - Websocket connection: failed to manage the after state cache
- `1307` - Websocket connection: invalid query state
- `1308` - Websocket connection: failed to connect remote socket
- `1309` - Websocket connection: remote socket disconnected
Expand Down