From a2c0ca6390c66e62cf5bcfc2a53bed86018a2cbe Mon Sep 17 00:00:00 2001 From: Michel Salib Date: Thu, 14 Nov 2013 11:46:37 +0100 Subject: [PATCH] Fix the default log behavior really logging debug message --- src/ng/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/log.js b/src/ng/log.js index 737fe2ceb0e6..80f1186e071b 100644 --- a/src/ng/log.js +++ b/src/ng/log.js @@ -11,7 +11,7 @@ * * The main purpose of this service is to simplify debugging and troubleshooting. * - * The default is not to log `debug` messages. You can use + * The default is not to `debug` messages. You can use * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. * * @example