Skip to content

Commit e84fa62

Browse files
committed
fix(readme): ✏️ fix _blank_ typo
1 parent e0315c3 commit e84fa62

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"conventionalCommits.scopes": [
3+
"readme"
4+
]
5+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Inside your `jsdoc.json` configuration file, add an addional `menu` property, fo
138138
{
139139
"title": "GitHub Repository",
140140
"link": "https://github.com/JamesNZL/tidy-jsdoc",
141-
"target": "_blank_"
141+
"target": "_blank"
142142
}
143143
]
144144
}

0 commit comments

Comments
 (0)