fix comment typo

This commit is contained in:
Shelley Vohr 2017-10-26 22:09:38 -04:00
parent 7a3efd1543
commit eed54a18c4
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -8,7 +8,7 @@ describe('clipboard module', () => {
const fixtures = path.resolve(__dirname, 'fixtures')
describe('clipboard.readImage()', () => {
it('returns NativeImage intance', () => {
it('returns NativeImage instance', () => {
const p = path.join(fixtures, 'assets', 'logo.png')
const i = nativeImage.createFromPath(p)
clipboard.writeImage(p)