Skip to content

Commit

Permalink
docs: fix typo in utxorpc documentation (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan authored Aug 29, 2023
1 parent 3d7cc14 commit 96a7881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/v2/sources/utxorpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following snippet shows an example of how to set up a typical UtxoRPC source
```toml
[source]
type = "UtxoRPC"
url = ["https://<hostname>"]
url = "https://<hostname>"
max_items_per_page = 20
```

Expand All @@ -26,6 +26,6 @@ Connecting to a remote Dolos node in preprod through gRPC:
```toml
[source]
type = "UtxoRPC"
url = ["https://50051-romantic-calmness-b55bqg.us1.demeter.run"]
url = "https://50051-romantic-calmness-b55bqg.us1.demeter.run"
max_items_per_page = 20
```

0 comments on commit 96a7881

Please sign in to comment.