diff --git a/src/ng/log.js b/src/ng/log.js index 737fe2ceb0e6..c64e04f311ff 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 to log `debug` messages. You can use * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. * * @example