fix typo in error message (#7995)

This commit is contained in:
Mike Nason 2018-05-21 15:18:09 -04:00 committed by Logan Smyth
parent bc757c8b75
commit 3bee37b14d

View File

@ -277,7 +277,7 @@ function assertNoDuplicates(items: Array<UnloadedDescriptor>): void {
[
`Duplicate plugin/preset detected.`,
`If you'd like to use two separate instances of a plugin,`,
`they neen separate names, e.g.`,
`they need separate names, e.g.`,
``,
` plugins: [`,
` ['some-plugin', {}],`,