Closed jcstein closed 6 months ago
The update involves a simple yet precise adjustment in the tutorial document for GM World Rollup
. It corrects the spacing in the heading of the introduction section, ensuring that the emoji and the word "Introduction" are properly separated for better readability and aesthetics.
File Path | Change Summary |
---|---|
tutorials/.../gm-world.md |
Corrected spacing in the introduction heading. |
🐇✨ A tiny space we add, Between icons and words so glad. In tutorials, we hop and tweak, For clarity that all do seek. 🌞 Now shines bright, with space just right!
tutorials/gm-world.md (26)
Near line 5: Possible spelling mistake found. Context: ...ocally and on a testnet --- # GM World Rollup ## 🌞 Introduction {#introduction} Th... --- Near line 9: Possible spelling mistake found. Context: ...through building a sovereign `gm-world` rollup (`gm` stands for "good morning") using ... --- Near line 9: Possible spelling mistake found. Context: ... (`gm` stands for "good morning") using Rollkit. Unlike the [quick start guide](https:/... --- Near line 9: Possible spelling mistake found. Context: ...cal approach to understanding sovereign rollup development. We will cover: - Buildin... --- Near line 13: Possible spelling mistake found. Context: ...uring a Cosmos-SDK application-specific rollup blockchain. - Posting rollup data to a ... --- Near line 14: Possible spelling mistake found. Context: ...n-specific rollup blockchain. - Posting rollup data to a Data Availability (DA) networ... --- Near line 30: Possible spelling mistake found. Context: ...> ## 🛠️ Dependencies {#dependencies} Rollkit uses the [Go programming language](http... --- Near line 53: Possible spelling mistake found. Context: ...`7980`. ## 🏗️ Building Your Sovereign Rollup {#building-your-sovereign-rollup} With... --- Near line 55: Possible spelling mistake found. Context: ... DA network running, let’s prepare your rollup blockchain. To make it simple we will ... --- Near line 57: Possible missing comma found. Context: ...are your rollup blockchain. To make it simple we will download a repository with a `g... --- Near line 57: Possible spelling mistake found. Context: ...download a repository with a `gm-world` rollup that has an `init.sh` script that does ... --- Near line 59: Possible spelling mistake found. Context: ...r you. Download and build a `gm-world` rollup with an interactive script in a new ter... --- Near line 61: Consider a shorter alternative to avoid wordiness. Context: ... script in a new terminal: ::: warning In order to run it you need to have the jq command ... --- Near line 62: Possible missing comma found. Context: ... terminal: ::: warning In order to run it you need to have the jq command line to... --- Near line 62: Possible spelling mistake found. Context: ...In order to run it you need to have the jq command line tool installed. You can in... --- Near line 62: Possible spelling mistake found. Context: ...nstalled. You can install it by running `sudo apt-get install jq` on Ubuntu or `brew install jq` on macO... --- Near line 62: Possible spelling mistake found. Context: ... `sudo apt-get install jq` on Ubuntu or `brew install jq` on macOS. ::: ::: tip If you get error... --- Near line 65: Possible spelling mistake found. Context: ...macOS. ::: ::: tip If you get errors of `gmd` not found, you may need to add the `go... --- Near line 72: Possible spelling mistake found. Context: ...rollup.sh | sh ``` ## 🚀 Starting Your Rollup {#start-your-rollup} Start the rollup,... --- Near line 74: Possible spelling mistake found. Context: ... Rollup {#start-your-rollup} Start the rollup, posting to the local DA network: ```b... --- Near line 110: Possible spelling mistake found. Context: ...ex ... ``` Good work so far, we have a Rollup node, DA network node, now we can start... --- Near line 137: A comma is probably missing here. Context: ...1lv8c1FWhLpqP"}' type: local ``` For convenience we export two of our keys like this: `... --- Near line 144: Possible missing article found. Context: ... flags, for now, we just want to submit transaction from a high level perspective): ```bas... --- Near line 144: If this is a compound adjective that modifies the following noun, use a hyphen. Context: ... just want to submit transaction from a high level perspective): ```bash gmd tx bank send... --- Near line 177: This sentence does not start with an uppercase letter. Context: ...m and sign the transaction as prompted. now you see the transaction hash at the out... --- Near line 223: Possible spelling mistake found. Context: ... Congratulations! You've built a local rollup that posts to a local DA network. So fa...
tutorials/gm-world.md (1)
`7-7`: LGTM! The added space improves the markdown formatting and readability.
PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-05-05 05:01 UTC
Overview
Checklist
Summary by CodeRabbit