Skip to content

Commit 7135c49

Browse files
thorn0ellimist
authored andcommitted
docs(angular.mock.inject): improve formatting
Without backticks, underscores are rendered as italics. PR (angular#15186)
1 parent 7261c3e commit 7135c49

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
@@ -3008,7 +3008,7 @@ angular.mock.$RootScopeDecorator = ['$delegate', function($delegate) {
30083008
* These are ignored by the injector when the reference name is resolved.
30093009
*
30103010
* For example, the parameter `_myService_` would be resolved as the reference `myService`.
3011-
* Since it is available in the function body as _myService_, we can then assign it to a variable
3011+
* Since it is available in the function body as `_myService_`, we can then assign it to a variable
30123012
* defined in an outer scope.
30133013
*
30143014
* ```

0 commit comments

Comments
 (0)