Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit bfd7b85

Browse files
author
vikasrohit
committed
Merge pull request #576 from appirio-tech/feature/sup-2740-typo-skill-picker
SUP-2740, [Registration] Typo on reg skill picker
2 parents b201b65 + 39a64a0 commit bfd7b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/directives/track-toggle/track-toggle.directive.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
span.title(class="{{!tracks[track] && 'disabled'}}") {{track | track}}
1515
.description
1616
span(ng-if="track == 'DESIGN'") Website, mobile, and product design; UI and UX
17-
span(ng-if="track == 'DEVELOP'") Software architecture, component assembly, application developent, and bug hunting
17+
span(ng-if="track == 'DEVELOP'") Software architecture, component assembly, application development, and bug hunting
1818
span(ng-if="track == 'DATA_SCIENCE'") Algorithms and data structures, statistical analysis
1919

2020
.onoffswitch

0 commit comments

Comments
 (0)