Skip to content

Commit f5a07f6

Browse files
committed
Update capitilize.directive.js
1 parent c7e3c9e commit f5a07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/home/capitilize.directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class esCapitilize {
2-
construtor () {
2+
constructor () {
33
return {
44
restrict: 'A'
55
};

0 commit comments

Comments
 (0)