mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
Fix typo in duplicated story warning
This commit is contained in:
parent
1e8aea23c3
commit
44d8c8d153
@ -190,7 +190,7 @@ export default class StoryStore extends EventEmitter {
|
||||
Story with id ${id} already exists in the store!
|
||||
|
||||
Perhaps you added the same story twice, or you have a name collision?
|
||||
Story ids need to be unique -- ensure you aren't using the same names modolo url-sanitization.
|
||||
Story ids need to be unique -- ensure you aren't using the same names modulo url-sanitization.
|
||||
`);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user