Skip to content

Commit

Permalink
Fix typo in duplicated story warning (#8341)
Browse files Browse the repository at this point in the history
Fix typo in duplicated story warning
  • Loading branch information
shilman committed Oct 8, 2019
2 parents 1e8aea2 + 44d8c8d commit 30e5381
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 @@ -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.
`);
}

Expand Down

1 comment on commit 30e5381

@vercel
Copy link

@vercel vercel bot commented on 30e5381 Oct 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.