docs(injector): adds a missing backtick and reformat list.

This commit is contained in:
Rado Kirov
2014-11-22 14:26:40 -08:00
parent a3d79775e1
commit d13ef77fef

View File

@@ -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.
*/