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

Commit 70df8a8

Browse files
thorn0petebacondarwin
authored andcommitted
docs(angular.mock.inject): improve formatting
Without backticks, underscores are rendered as italics. PR (#15186)
1 parent 6cdb5b4 commit 70df8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ angular.mock.$RootScopeDecorator = ['$delegate', function($delegate) {
29832983
* These are ignored by the injector when the reference name is resolved.
29842984
*
29852985
* For example, the parameter `_myService_` would be resolved as the reference `myService`.
2986-
* Since it is available in the function body as _myService_, we can then assign it to a variable
2986+
* Since it is available in the function body as `_myService_`, we can then assign it to a variable
29872987
* defined in an outer scope.
29882988
*
29892989
* ```

0 commit comments

Comments
 (0)