Skip to content

Commit 16e8c73

Browse files
authored
Merge pull request #1201 from vipocenka/fix/typos
Fix typos
2 parents 93bdd0e + c59903a commit 16e8c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/builders/chain-operators/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Sequencer. All other RPC requests can be forwarded to replica nodes.
6565

6666
### proxyd
6767

68-
This tool is a RPC request router and proxy. It does the following things:
68+
This tool is an RPC request router and proxy. It does the following things:
6969

7070
1. Whitelists RPC methods.
7171
2. Routes RPC methods to groups of backend services.

pages/builders/chain-operators/management/key-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Key management
33
lang: en-US
4-
description: A guide for chain operators on managing private keys on their chain, covering hot and cold wallets, and the use of a HSM.
4+
description: A guide for chain operators on managing private keys on their chain, covering hot and cold wallets, and the use of an HSM.
55
---
66

77
import { Callout } from 'nextra/components'

0 commit comments

Comments
 (0)