From f518de849609ffc6b9c71a2c358920abe75f4935 Mon Sep 17 00:00:00 2001 From: RogerIF Date: Mon, 15 Apr 2019 01:45:49 +0800 Subject: [PATCH] chore: fix typo (#1528) --- .../markdown/__tests__/__snapshots__/snippet.spec.js.snap | 2 +- packages/@vuepress/markdown/__tests__/snippet.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@vuepress/markdown/__tests__/__snapshots__/snippet.spec.js.snap b/packages/@vuepress/markdown/__tests__/__snapshots__/snippet.spec.js.snap index d62e8722..65148982 100644 --- a/packages/@vuepress/markdown/__tests__/__snapshots__/snippet.spec.js.snap +++ b/packages/@vuepress/markdown/__tests__/__snapshots__/snippet.spec.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`snippet import snipets when the file has a space in the file path 1`] = ` +exports[`snippet import snippets when the file has a space in the file path 1`] = `
 
 
diff --git a/packages/@vuepress/markdown/__tests__/snippet.spec.js b/packages/@vuepress/markdown/__tests__/snippet.spec.js index 4a2c65f8..e8e25ea7 100644 --- a/packages/@vuepress/markdown/__tests__/snippet.spec.js +++ b/packages/@vuepress/markdown/__tests__/snippet.spec.js @@ -25,7 +25,7 @@ describe('snippet', () => { expect(output).toMatchSnapshot() }) - test('import snipets when the file has a space in the file path', () => { + test('import snippets when the file has a space in the file path', () => { const input = getFragment(__dirname, 'code-snippet-with-space-in-path.md') const output = mdH.render(input) expect(output).toMatchSnapshot()