Browse Source

fix comment typo

Shelley Vohr 7 years ago
parent
commit
eed54a18c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-clipboard-spec.js

+ 1 - 1
spec/api-clipboard-spec.js

@@ -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)