Skip to content

Commit 0d2d19f

Browse files
committed
🐛 Remove extra quoute character in docURL
Closes #106
1 parent e8ee3ce commit 0d2d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/makeDocsURL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const makeDocsURL = (name) =>
2-
`https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/${name}.md"`;
2+
`https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/${name}.md`;
33

44
module.exports = makeDocsURL;

0 commit comments

Comments
 (0)