Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7a37469

Browse files
committed
docs(injector): adds a missing backtick and reformat list.
Closes #10189
1 parent 3be6835 commit 7a37469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Angular.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,8 @@ function angularInit(element, bootstrap) {
13311331
* @param {Object=} config an object for defining configuration options for the application. The
13321332
* following keys are supported:
13331333
*
1334-
* - `strictDi`: disable automatic function annotation for the application. This is meant to
1335-
* assist in finding bugs which break minified code. Defaults to false.
1334+
* * `strictDi` - disable automatic function annotation for the application. This is meant to
1335+
* assist in finding bugs which break minified code. Defaults to `false`.
13361336
*
13371337
* @returns {auto.$injector} Returns the newly created injector for this app.
13381338
*/

0 commit comments

Comments
 (0)