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

Commit 9e5cd92

Browse files
aevangepetebacondarwin
authored andcommitted
docs(misc/faq): fix invalid escaping of character
Backslash is acting as escape character so text is not properly formatted. Closes #4923
1 parent c07f1e1 commit 9e5cd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/misc/faq.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Yes, Angular can use {@link http://jquery.com/ jQuery} if it's present in your a
8181
application is being bootstrapped. If jQuery is not present in your script path, Angular falls back
8282
to its own implementation of the subset of jQuery that we call {@link api/angular.element jQLite}.
8383

84-
Due to a change to use `on()`/`off()` rather than `bind()`\`unbind()`, Angular 1.2 only operates with
84+
Due to a change to use `on()`/`off()` rather than `bind()`/`unbind()`, Angular 1.2 only operates with
8585
jQuery 1.7.1 or above.
8686

8787

0 commit comments

Comments
 (0)