Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ErrorPlaceholder: FC<IProps> = (props) => {
Oops! Can&apos;t connect to coordinator
</Typography>
<Typography type="secondary" style={{ textAlign: 'center' }}>
It looks like the coordinator service is temporarily unavaiable
It looks like the coordinator service is temporarily unavailable
<span>, please</span>
<br />
<span>check your coordinator service or let us know in </span>
Expand Down
4 changes: 2 additions & 2 deletions apps/indexer-coordinator/src/monitor.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class Proxy {
peer: string;
// peer address in the p2p network
addr: string;
// the number of actived agreements
// the number of active agreements
agreement: number;
// the number of actived state channels
// the number of active state channels
channel: number;
}

Expand Down