Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 14409d7

Browse files
committed
style(ngHref): make jscs happy ;-;
1 parent 370676d commit 14409d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/booleanAttrs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* make the link go to the wrong URL if the user clicks it before
1212
* Angular has a chance to replace the `{{hash}}` markup with its
1313
* value. Until Angular replaces the markup the link will be broken
14-
* and will most likely return a 404 error. The `ngHref` directive
14+
* and will most likely return a 404 error. The `ngHref` directive
1515
* solves this problem.
1616
*
1717
* The wrong way to write it:

0 commit comments

Comments
 (0)