Skip to content

Docs: Fix custom render function typo#34055

Merged
jonniebigodes merged 2 commits into
storybookjs:nextfrom
Rohan5commit:rohan/fix-svelte-render-function-typo
Mar 7, 2026
Merged

Docs: Fix custom render function typo#34055
jonniebigodes merged 2 commits into
storybookjs:nextfrom
Rohan5commit:rohan/fix-svelte-render-function-typo

Conversation

@Rohan5commit
Copy link
Copy Markdown

@Rohan5commit Rohan5commit commented Mar 7, 2026

Related issue: none. This is a documentation-only typo fix.

What I did

  • Fixed a typo in the Svelte custom rendering docs by changing render fuction to render function.

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

No manual testing required for this one-word documentation fix.

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 don't 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>

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 7, 2026

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: e4371a3a-c607-40e9-a93d-9a03af75e95a

📥 Commits

Reviewing files that changed from the base of the PR and between 90721f5 and 6c66b83.

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

📝 Walkthrough

Walkthrough

A typo correction in the documentation for custom rendering in story configuration was fixed, changing "render fuction" to "render function" in a narrative section.

Changes

Cohort / File(s) Summary
Documentation
docs/writing-stories/index.mdx
Corrected typo in Custom rendering section: "render fuction" → "render function".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

@Rohan5commit Rohan5commit changed the title docs: fix custom render function typo Docs: Fix custom render function typo Mar 7, 2026
@jonniebigodes jonniebigodes self-assigned this Mar 7, 2026
@jonniebigodes jonniebigodes added documentation ci:docs Run the CI jobs for documentation checks only. labels Mar 7, 2026
Copy link
Copy Markdown
Contributor

@jonniebigodes jonniebigodes left a comment

Choose a reason for hiding this comment

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

@Rohan5commit appreciate you taking the time to put together this pull request and helping us improve the documentation by catching this small typo. Appreciate it 🙏 !

I've checked and all is good on my end.

Will gladly merge this once the checklist clears.

Hope you have a fantastic day.

Stay safe

@jonniebigodes jonniebigodes merged commit d110c80 into storybookjs:next Mar 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs Run the CI jobs for documentation checks only. documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants