docs($log): the documented default log behavior was incorrect

Closes #4953
This commit is contained in:
Michel Salib 2013-11-14 11:46:37 +01:00 committed by Pete Bacon Darwin
parent 334303e485
commit 68d71bbc01

View file

@ -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 to log `debug` messages. You can use
* {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
*
* @example