Skip to content

Commit 53ab0c9

Browse files
committed
Fix controller file name to match naming conventions
[Style Y120]
1 parent 3e31af7 commit 53ab0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
9090
```javascript
9191
/* recommended */
9292

93-
// someController.js
93+
// some.controller.js
9494
angular
9595
.module('app')
9696
.controller('SomeController', SomeController);

0 commit comments

Comments
 (0)