From d13ef77fef158796f8008945779071a299409959 Mon Sep 17 00:00:00 2001 From: Rado Kirov Date: Sat, 22 Nov 2014 14:26:40 -0800 Subject: [PATCH] docs(injector): adds a missing backtick and reformat list. --- src/Angular.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */