Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in duplicated story warning (#8341)
Fix typo in duplicated story warning
  • Loading branch information
shilman committed Oct 14, 2019
1 parent e884d9a commit 5ed61d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-api/src/story_store.ts
Expand Up @@ -187,7 +187,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.
`);
}

Expand Down

0 comments on commit 5ed61d8

Please sign in to comment.