Skip to content

Commit 8f798d3

Browse files
committed
JS Docs: Fix broken Markdown for link title
1 parent aeedc50 commit 8f798d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wordpress-coding-standards/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ You should now be able to type `npm run grunt jshint` to have Grunt check all th
566566

567567
### JSHint Settings
568568

569-
The configuration options used for JSHint are stored within a [`.jshintrc` title="WordPress JSHint file in svn trunk"](https://develop.svn.wordpress.org/trunk/.jshintrc) in the WordPress SVN repository. This file defines which errors JSHint should flag if it finds them within the WordPress source code.
569+
The configuration options used for JSHint are stored within a [`.jshintrc`](https://develop.svn.wordpress.org/trunk/.jshintrc "WordPress JSHint file in svn trunk") in the WordPress SVN repository. This file defines which errors JSHint should flag if it finds them within the WordPress source code.
570570

571571
### Target A Single File
572572

0 commit comments

Comments
 (0)