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

Commit b908ff9

Browse files
committed
typo
1 parent 7758700 commit b908ff9

File tree

1 file changed

+1
-1
lines changed
  • apps/nextra/pages/en/build/indexer/indexer-sdk/documentation

1 file changed

+1
-1
lines changed

apps/nextra/pages/en/build/indexer/indexer-sdk/documentation/steps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ The SDK implements [several common steps](https://github.com/aptos-labs/aptos-in
105105
2. `TimedBufferStep` buffers a batch of items and periodically polls to release the items to the next step
106106
3. `VersionTrackerStep` tracks the progress of the processor and checkpoints the processor's progress. Read more about it [here](./version-tracking.mdx).
107107
4. `OrderByVersionStep` orders transaction contextx by their starting versions. It buffers ordered these contexts and releases them at every poll interval.
108-
5. `WriteRateLimitStep` limits the number of bytes writtento the database per second.
108+
5. `WriteRateLimitStep` limits the number of bytes written to the database per second.

0 commit comments

Comments
 (0)