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

Commit 4ee3dc4

Browse files
committed
docs: fix style of code block
1 parent a73de2a commit 4ee3dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Please don't do these things.
169169

170170
### Registering controllers, services, filters, etc. on the `ng` module
171171

172-
```
172+
```javascript
173173
// this is bad
174174
angular.module('ng').filter('tel', function (){});
175175
```

0 commit comments

Comments
 (0)