Skip to content

Commit 3e31af7

Browse files
committed
Merge pull request johnpapa#540 from gaelduplessix/master
Update directives filenames in Y070 to match naming conventions (Y121)
2 parents 37b03f5 + 6aed14c commit 3e31af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
10621062
10631063
```javascript
10641064
/* recommended */
1065-
/* calendarRange.directive.js */
1065+
/* calendar-range.directive.js */
10661066

10671067
/**
10681068
* @desc order directive that is specific to the order module at a company named Acme
@@ -1079,7 +1079,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
10791079
10801080
```javascript
10811081
/* recommended */
1082-
/* customerInfo.directive.js */
1082+
/* customer-info.directive.js */
10831083

10841084
/**
10851085
* @desc sales directive that can be used anywhere across the sales app at a company named Acme

0 commit comments

Comments
 (0)