From 0b0885530bc79a2362bf8ffea4a033a32febbbae Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 12 Nov 2013 10:48:03 -0800 Subject: [PATCH] docs(misc/faq): correct formatting Change to backslash to forward slash. Backslash is acting as escape character so text is not properly formatted. --- docs/content/misc/faq.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index e508019f83e8..93e18daae05d 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -81,7 +81,7 @@ Yes, Angular can use {@link http://jquery.com/ jQuery} if it's present in your a application is being bootstrapped. If jQuery is not present in your script path, Angular falls back to its own implementation of the subset of jQuery that we call {@link api/angular.element jQLite}. -Due to a change to use `on()`/`off()` rather than `bind()`\`unbind()`, Angular 1.2 only operates with +Due to a change to use `on()`/`off()` rather than `bind()`/`unbind()`, Angular 1.2 only operates with jQuery 1.7.1 or above.