spelling: implementation

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-09-27 15:46:03 -04:00
parent c572625b7c
commit eb578a2303

View File

@ -287,7 +287,7 @@ For control over how `@storybook/server` fetches Html from the server you can pr
// .storybook/preview.js
const fetchStoryHtml = async (url, path, params) => {
// Custom fetch impelentation
// Custom fetch implementation
// ....
return html;
};