Fix typo in duplicated story warning

This commit is contained in:
Yann Pringault 2019-10-08 16:00:50 +02:00 committed by GitHub
parent 1e8aea23c3
commit 44d8c8d153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
`);
}