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

Closes #10189
This commit is contained in:
Rado Kirov
2014-11-22 14:26:40 -08:00
parent 3be6835e0f
commit 7a374691b9

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