> **Version 10.4 (beta)** — **React** / **TypeScript**
> Also available:
- `?codeOnly=true` for code snippets only
- other versions: Version 10.3 (latest) (`/docs/contribute/documentation/documentation-updates.md`), Version 9 (`/docs/9/contribute/documentation/documentation-updates.md`), Version 8 (`/docs/8/contribute/documentation/documentation-updates.md`)

# Documentation updates

Fix a typo or clarify a section of the docs. This page outlines how to edit the documentation.

## Find the Markdown file

Scroll to the bottom of the document in question, then click ✍️ Edit on GitHub – PRs welcome! This will open the Markdown file on GitHub.

![Storybook documentation edit](../../_assets/contribute/storybook-edit-docs-optimized.png)

Use GitHub's web editor by clicking the pencil icon on the right-hand corner. Tweak the document to your liking.

![GitHub edit documentation](../../_assets/contribute/github-docs-edit-optimized.png)

Scroll down to the bottom of the document page on GitHub and describe what you changed and why. Select the `Create a new branch for this commit and start a pull request` option then click the `Propose changes` button.

![Fill the commit information](../../_assets/contribute/storybook-docs-submit-changes-optimized.png)

## Create the pull request

In the Storybook repository, create a pull request that describes changes and includes additional context that would help maintainers review. Once you submit the PR, a maintainer will guide you through the triage and merge process.

**Learn more about contributing to Storybook**

- [RFC process](https://storybook.js.org/docs/10.4/contribute/RFC.md) for authoring feature requests
- [Code](https://storybook.js.org/docs/10.4/contribute/code.md) for features and bug fixes
- [Frameworks](https://storybook.js.org/docs/10.4/contribute/framework.md) to get started with a new framework
- Documentation for documentation improvements, typos, and clarifications
- [Examples](https://storybook.js.org/docs/10.4/contribute/documentation/new-snippets.md) for new snippets