Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit bd08265

Browse files
authored
chore: remove redundant word in comment (#986)
1 parent bf446ae commit bd08265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/nextra/pages/en/build/guides/key-rotation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ CLI tutorial).
9595
Unlike [`account::rotate_authentication_key`], the
9696
[`account::rotate_authentication_key_call`] does _not_ require a signed
9797
[`account::RotationProofChallenge`]. This means that the operation is not proven
98-
in the sense the the private key from _after_ the operation has approved the
98+
in the sense the private key from _after_ the operation has approved the
9999
key rotation. Hence the [`account::OriginatingAddress`] table is _not_ updated
100100
for unproven key rotations, and there is thus no restriction on the number of
101101
accounts that can be authenticated with a given private key. Note that the

apps/nextra/pages/en/build/indexer/indexer-sdk/advanced-tutorials/processor-test.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before setting up the test environment, it’s important to understand the confi
5858
**What Are These Configurations?**
5959

6060
`generate_file_flag`
61-
- If `generate_file_flag` is true, the test will overwrite any saved database outputs from previous test runs. If `generate_file_flag` is false, the test will only compare the the actual database output with the expected database output and log differences.
61+
- If `generate_file_flag` is true, the test will overwrite any saved database outputs from previous test runs. If `generate_file_flag` is false, the test will only compare the actual database output with the expected database output and log differences.
6262

6363

6464
`custom_output_path`

0 commit comments

Comments
 (0)