cosmos-sdk/docs/intro
Simon Taranto c701e8b66a
docs: Fix typo in docs/intro/overview (#11394)
Thanks!

## Description

I noticed a small typo while reading the docs. It's fixed here. Thanks!

Closes: #XXXX



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct `docs:` prefix in the PR title
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md)
- [x] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct `docs:` prefix in the PR title
- [ ] confirmed all author checklist items have been addressed 
- [ ] confirmed that this PR only changes documentation
- [ ] reviewed content for consistency
- [ ] reviewed content for thoroughness
- [ ] reviewed content for spelling and grammar
- [ ] tested instructions (if applicable)
2022-03-17 18:36:42 +00:00
..
README.md
overview.md docs: Fix typo in docs/intro/overview (#11394) 2022-03-17 18:36:42 +00:00
sdk-app-architecture.md docs: remove dead links in sdk-app-architecture (#11396) 2022-03-17 18:31:28 +00:00
sdk-design.md docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
why-app-specific.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

README.md

Introduction

This introduction gives a quick start on the Cosmos SDK.

  1. Overview
  2. Application-Specific Blockchains
  3. Architecture of a Cosmos SDK Application
  4. Cosmos SDK Design Overview

After reading the introduction material, head over to the basics to learn more.