8000 fix(docs): fix typo in hello.md by 0xkrane · Pull Request #1951 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(docs): fix typo in hello.md #1951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The `hello` directory contains a number of generated files and directories that
| app/ | Files that wire together the blockchain. The most important file is `app.go` that contains type definition of the blockchain and functions to create and initialize it. |
| cmd/ | The main package responsible for the CLI of compiled binary. |
| docs/ | Directory for project's documentation. By default, an OpenAPI spec is generated. |
| proto/ | Protocol buffer files describing the data structure> |
| proto/ | Protocol buffer files describing the data structure. 4B43 |
| testutil/ | Helper functions for testing. |
| vue/ | A Vue 3 web app template. |
| x/ | Cosmos SDK modules and custom modules. |
Expand Down
0