Skip to content

Commit

Permalink
chore: fix typo (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerIF authored and ulivz committed Apr 14, 2019
1 parent 6f7d9b0 commit f518de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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`] = `
<div class="highlight-lines">
<div class="highlighted">&nbsp;</div>
<div class="highlighted">&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/markdown/__tests__/snippet.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f518de8

Please sign in to comment.