From 7e0a8e398ee3228fad0b9b01cad70487f264985a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=A7=80=ED=98=9C?= <43737436+flyingSquirrel-dev@users.noreply.github.com> Date: Fri, 4 Feb 2022 13:29:42 +0900 Subject: [PATCH] Fix typo in Preview/Manager templates I've spotted a typo in the Preview/Manager templates page. --- docs/addons/writing-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addons/writing-presets.md b/docs/addons/writing-presets.md index 02055f81da30..ab9198c5f783 100644 --- a/docs/addons/writing-presets.md +++ b/docs/addons/writing-presets.md @@ -194,7 +194,7 @@ If it doesn't exist yet, create a file `.storybook/main.js`: ### Preview/Manager templates -It's also possible to to programmatically modify the preview head/body HTML using a preset, similar to the way `preview-head.html`/`preview-body.html` can be used to [configure story rendering](../configure/story-rendering.md). The `previewHead` and `previewBody` functions accept a string, which is the existing head/body, and return a modified string. +It's also possible to programmatically modify the preview head/body HTML using a preset, similar to the way `preview-head.html`/`preview-body.html` can be used to [configure story rendering](../configure/story-rendering.md). The `previewHead` and `previewBody` functions accept a string, which is the existing head/body, and return a modified string. For example, the following snippet adds a style tag to the preview head programatically: