Skip to content

Commit e8de7b1

Browse files
authored
chore: Fix Typos and Minor Edits in Documentation Files* (#12881)
* typo corr 2022-02-02-inflation-vuln.md * typo corr README.md * typo corr RUNBOOK.md
1 parent 3e7c1dd commit e8de7b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/postmortems/2022-02-02-inflation-vuln.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ timeline and activities were as follows:
5858
(Using github handles as identifiers)
5959

6060
- 2022-02-02 1625: smartcontracts receives an e-mail from saurik claiming to have found a critical
61-
issue in L2Geth. E-mail was sent to securityoptimism.io.
61+
issue in L2Geth. E-mail was sent to security@optimism.io.
6262
- 2022-02-02 X: saurik messaged smartcontracts on Discord to make sure we checked the e-mail since
6363
he knew we had a prior problem where security advisories went to spam.
6464
- 2022-02-02 1650: Huddle begins in #security on Slack.

op-challenger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# op-challenger
22

33
The `op-challenger` is a modular **op-stack** challenge agent written in
4-
golang for dispute games including, but not limited to,attestation games,
4+
golang for dispute games including, but not limited to, attestation games,
55
fault games, and validity games. To learn more about dispute games, visit
66
the [fault proof specs][proof-specs].
77

op-conductor/RUNBOOK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OP_CONDUCTOR_NODE_RPC=<node-rpc-endpoint> # for example, http://op-node:8545
2828
OP_CONDUCTOR_EXECUTION_RPC=<execution-rpc-endpoint> # for example, http://op-geth:8545
2929
OP_CONDUCTOR_NETWORK=<network-name> # for example, base-mainnet, op-mainnet, etc, should be same as OP_NODE_NETWORK
3030
OP_CONDUCTOR_HEALTHCHECK_INTERVAL=<healthcheck-interval> # in seconds
31-
OP_CONDUCTOR_HEALTHCHECK_UNSAFE_INTERVAL=<unsafe-interval> # Interval allowed between unsafe head and now measured in seconds in seconds
31+
OP_CONDUCTOR_HEALTHCHECK_UNSAFE_INTERVAL=<unsafe-interval> # Interval allowed between unsafe head and now measured in seconds
3232
OP_CONDUCTOR_HEALTHCHECK_MIN_PEER_COUNT=<min-peer-count> # minimum number of peers required to be considered healthy
3333
OP_CONDUCTOR_RAFT_BOOTSTRAP=true/false # set to true if you want to bootstrap the raft cluster
3434
```

0 commit comments

Comments
 (0)