Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Fix typo in error message #634

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function ensureInstance(
if (!rootCompiler.hooks) {
throw new Error(
"It looks like you're using an old webpack version without hooks support. " +
"If you're using awesome-script-loader with React storybooks consider " +
"If you're using awesome-typescript-loader with React storybooks consider " +
'upgrading @storybook/react to at least version 4.0.0-alpha.3'
)
}
Expand Down