diff --git a/src/Angular.js b/src/Angular.js index 157351ac806e..e4eda952b12b 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1331,8 +1331,8 @@ function angularInit(element, bootstrap) { * @param {Object=} config an object for defining configuration options for the application. The * following keys are supported: * - * - `strictDi`: disable automatic function annotation for the application. This is meant to - * assist in finding bugs which break minified code. Defaults to false. + * * `strictDi` - disable automatic function annotation for the application. This is meant to + * assist in finding bugs which break minified code. Defaults to `false`. * * @returns {auto.$injector} Returns the newly created injector for this app. */