Browse Source

Fix: typo

omahs 2 years ago
parent
commit
f746fdbdbf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/content/en/docs/Getting started/api.md

+ 2 - 2
docs/content/en/docs/Getting started/api.md

@@ -108,7 +108,7 @@ The endpoint accept a JSON payload of the following form:
 }
 }
 ```
 ```
 
 
-Takes a regex and a set of records and registers then to the blockchain.
+Takes a regex and a set of records and registers them to the blockchain.
 
 
 The DNS table in the ledger will be used by the embedded DNS server to handle requests locally.
 The DNS table in the ledger will be used by the embedded DNS server to handle requests locally.
 
 
@@ -140,4 +140,4 @@ or as well while running the vpn:
 
 
 ```bash
 ```bash
 $ edgevpn api --api-listen "unix://<path/to/socket>"
 $ edgevpn api --api-listen "unix://<path/to/socket>"
-```
+```