Skip to content

Commit

Permalink
docs: fix typo (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 committed Jan 11, 2024
1 parent 8ce8ec6 commit a4a8dee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Nim API

The Nim Waku API consist of a set of methods opearting on the Waku Node object.
The Nim Waku API consist of a set of methods operating on the Waku Node object.
Some of them have different arity depending on what privacy/bandwidth trade-off
the consumer wants to make. These methods are:

Expand Down
2 changes: 1 addition & 1 deletion docs/operators/how-to/configure-domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is possible to configure an IPv4 DNS domain name that resolves to the node's
wakunode2 --dns4-domain-name=mynode.example.com
```

This allows for the node's publically announced `multiaddrs` to use the `/dns4` scheme.
This allows for the node's publicly announced `multiaddrs` to use the `/dns4` scheme.
In addition, nodes with domain name and [secure websocket configured](./configure-websocket.md),
will generate a discoverable ENR containing the `/wss` multiaddr with `/dns4` domain name.
This is necessary to verify domain certificates when connecting to this node over secure websocket.
2 changes: 1 addition & 1 deletion docs/operators/how-to/connect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connect to other peers

*Note that this tutorial describes how to **configure** a node to connect to other peers before runnning the node.
*Note that this tutorial describes how to **configure** a node to connect to other peers before running the node.
For connecting a running node to existing peers,
see the [JSON-RPC API](https://rfc.vac.dev/spec/16/).*

Expand Down
2 changes: 1 addition & 1 deletion docs/operators/how-to/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Different ways to connect to other nodes are expanded upon in our [connection gu

Find the log entry beginning with `Listening on`.
It should be printed at INFO level when you start your node
and contains a list of all publically announced listening addresses for the nwaku node.
and contains a list of all publicly announced listening addresses for the nwaku node.

For example

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/dingpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Then type messages to publish.

## Interactively add a node

There is also an interactive mode. Type `/connect` then paste address of other node. However, this currently has some timing issues with mesh not being updated, so it is adviced not to use this until this has been addressed. See https://github.com/waku-org/nwaku/issues/231
There is also an interactive mode. Type `/connect` then paste address of other node. However, this currently has some timing issues with mesh not being updated, so it is advised not to use this until this has been addressed. See https://github.com/waku-org/nwaku/issues/231

## Dingpu cluster node

Expand Down

0 comments on commit a4a8dee

Please sign in to comment.