Skip to content

Docs: fix typo in writing stories guide#34188

Closed
Rohan5commit wants to merge 1 commit into
storybookjs:nextfrom
Rohan5commit:docs/fix-function-20260318
Closed

Docs: fix typo in writing stories guide#34188
Rohan5commit wants to merge 1 commit into
storybookjs:nextfrom
Rohan5commit:docs/fix-function-20260318

Conversation

@Rohan5commit

@Rohan5commit Rohan5commit commented Mar 18, 2026

Copy link
Copy Markdown

Closes #

What I did

  • fixed a typo in the writing stories guide by changing "fuction" to "function"
  • related issue: N/A (trivial docs fix)
  • guideline alignment: follows CONTRIBUTING.md as a single-file documentation-only change

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

Not run; documentation-only wording change.

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli-storybook/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that do not fit in the above categories.

Canary release

This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the @storybookjs/core team here.

core team members can create a canary release here or locally with gh workflow run --repo storybookjs/storybook publish.yml --field pr=<PR_NUMBER>

Summary by CodeRabbit

  • Documentation
    • Fixed a typographical error in the writing stories guide.

Copilot AI review requested due to automatic review settings March 18, 2026 01:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a minor typo in the “Writing Stories” documentation guide, improving clarity for readers learning how to customize story rendering.

Changes:

  • Corrected “render fuction” → “render function” in the custom rendering section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

By default, stories will render the component defined in the `defineMeta` call (for Svelte CSF) or in the default export (for CSF), with the `args` passed to it.

If you need to customize the rendering of your story, you can provide a snippet (for Svelte CSF) or a `render` fuction (for CSF) that accepts `args` and renders whatever you need.
If you need to customize the rendering of your story, you can provide a snippet (for Svelte CSF) or a `render` function (for CSF) that accepts `args` and renders whatever you need.
@coderabbitai

coderabbitai Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 45c1c024-b6fc-4e1e-a8ce-c543db3798d5

📥 Commits

Reviewing files that changed from the base of the PR and between 271bd1e and 5e59891.

📒 Files selected for processing (1)
  • docs/writing-stories/index.mdx

📝 Walkthrough

Walkthrough

Fixed a typographical error in documentation where "render fuction" was corrected to "render function" in the custom rendering description. This is a spelling correction with no functional impact.

Changes

Cohort / File(s) Summary
Documentation Typo Fix
docs/writing-stories/index.mdx
Corrected spelling: "render fuction" → "render function" in the description of custom rendering functionality.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • storybookjs/storybook#34055: Makes the identical documentation typo fix in the same file (changing "render fuction" to "render function").
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.

OpenGrep is compatible with Semgrep configurations. Add an opengrep.yml or semgrep.yml configuration file to your project to enable OpenGrep analysis.

@jonniebigodes jonniebigodes self-assigned this Mar 18, 2026
@jonniebigodes

Copy link
Copy Markdown
Contributor

@Rohan5commit appreciate you taking the time to put together this pull request to help improve the documentation by catching this small typo. We appreciate it 🙏 !

We're gearing up to release a new Storybook version, and your change has already been fixed in a recent pull request.

Hope you don't take it the wrong way, but sadly, I'm closing this and looking forward to your next contribution.

Have a fantastic day.

Stay safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants