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

Commit 370676d

Browse files
sagar-ranglanicaitp
authored andcommitted
docs(ngHref): fix poor paragraph construction
It was bad. In order to improve the docs, the inclusion of the last sentence would help define `ngHref` well. Closes #10254
1 parent 4c218de commit 370676d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ng/directive/booleanAttrs.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
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.
15-
*
16-
* The `ngHref` directive solves this problem.
14+
* and will most likely return a 404 error. The `ngHref` directive
15+
* solves this problem.
1716
*
1817
* The wrong way to write it:
1918
* ```html

0 commit comments

Comments
 (0)