diff --git a/app/directives/track-toggle/track-toggle.directive.jade b/app/directives/track-toggle/track-toggle.directive.jade
index e6ec86cf9..ed53ec3da 100644
--- a/app/directives/track-toggle/track-toggle.directive.jade
+++ b/app/directives/track-toggle/track-toggle.directive.jade
@@ -14,7 +14,7 @@
         span.title(class="{{!tracks[track] && 'disabled'}}") {{track | track}}
         .description
           span(ng-if="track == 'DESIGN'") Website, mobile, and product design; UI and UX
-          span(ng-if="track == 'DEVELOP'") Software architecture, component assembly, application developent, and bug hunting
+          span(ng-if="track == 'DEVELOP'") Software architecture, component assembly, application development, and bug hunting
           span(ng-if="track == 'DATA_SCIENCE'") Algorithms and data structures, statistical analysis
 
     .onoffswitch