You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apps/nextra/pages/en/build/indexer/indexer-sdk/documentation/steps.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,4 +105,4 @@ The SDK implements [several common steps](https://github.com/aptos-labs/aptos-in
105
105
2.`TimedBufferStep` buffers a batch of items and periodically polls to release the items to the next step
106
106
3.`VersionTrackerStep` tracks the progress of the processor and checkpoints the processor's progress. Read more about it [here](./version-tracking.mdx).
107
107
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