docs: Fix incorrect verb form in Block manager section Update stack.md#541
docs: Fix incorrect verb form in Block manager section Update stack.md#541MSevey merged 1 commit intoevstack:mainfrom
Conversation
WalkthroughThe pull request involves a minor grammatical correction in the Rollkit documentation for the block manager's routines. Specifically, the word "ran" has been changed to "run" to improve the grammatical accuracy of the description when discussing the execution of Go routines during node startup. This change ensures linguistic consistency in the technical documentation without altering the underlying technical content. Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Overview
I noticed a typo in the Node components section, under Block manager.
The sentence "These Go routines are ran when a Rollkit node starts up (OnStart)" uses the incorrect verb form.
It should be "run" instead of "ran."
Summary by CodeRabbit